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

Function fetch_entities

src/dashboard/memory_service.rs:52–57  ·  view source on GitHub ↗
(
    state: &DashboardState,
    limit: i64,
)

Source from the content-addressed store, hash-verified

50}
51
52pub(crate) async fn fetch_entities(
53 state: &DashboardState,
54 limit: i64,
55) -> Result<Vec<Value>, String> {
56 memory_queries::entity_rows(state, limit).await
57}
58
59async fn trust_histogram(state: &DashboardState) -> Vec<Value> {
60 let Ok(rows) = memory_queries::trust_histogram_rows(state).await else {

Callers 1

overviewFunction · 0.85

Calls 1

entity_rowsFunction · 0.85

Tested by

no test coverage detected