MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / fetch_facts

Function fetch_facts

src/dashboard/memory_service.rs:44–50  ·  view source on GitHub ↗
(
    state: &DashboardState,
    query: &str,
    limit: i64,
)

Source from the content-addressed store, hash-verified

42}
43
44pub(crate) async fn fetch_facts(
45 state: &DashboardState,
46 query: &str,
47 limit: i64,
48) -> Result<Vec<Value>, String> {
49 memory_queries::fact_rows(state, query, limit).await
50}
51
52pub(crate) async fn fetch_entities(
53 state: &DashboardState,

Callers 3

graph_payloadFunction · 0.85
build_delete_planFunction · 0.85
overviewFunction · 0.85

Calls 1

fact_rowsFunction · 0.85

Tested by

no test coverage detected