get_group_content: use RPC, delete store-based version
One function that uses memory_rpc (which handles daemon vs local). Removes 65 lines of duplicate logic. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
051198b3d1
commit
5a832b1d6c
3 changed files with 5 additions and 66 deletions
|
|
@ -573,4 +573,3 @@ async fn graph_health() -> Result<String> {
|
|||
let graph = store.build_graph();
|
||||
Ok(crate::subconscious::prompts::format_health_section(&store, &graph))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue