MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / get_all

Method get_all

core/src/memory/service.rs:151–153  ·  view source on GitHub ↗

Get all memories matching a scope.

(&self, scope: &MemoryScope)

Source from the content-addressed store, hash-verified

149
150 /// Get all memories matching a scope.
151 pub async fn get_all(&self, scope: &MemoryScope) -> GraphBitResult<Vec<Memory>> {
152 self.store.get_all_memories(scope).await
153 }
154
155 /// Update a memory's content by ID.
156 pub async fn update(&self, memory_id: &MemoryId, content: &str) -> GraphBitResult<Memory> {

Callers

nothing calls this directly

Calls 1

get_all_memoriesMethod · 0.80

Tested by

no test coverage detected