Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rohitg00/agentmemory
/ has
Method
has
src/state/search-index.ts:50–52 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
has(id: string): boolean {
51
return
this.entries.has(id);
52
}
53
54
remove(id: string): void {
55
const
entry = this.entries.get(id);
Callers
15
AgentmemoryCapturePlugin
Function · 0.80
registerDiagnosticsFunction
Function · 0.80
mockKV
Function · 0.80
benchmarkCrossSession
Function · 0.80
ndcg
Function · 0.80
recall
Function · 0.80
precision
Function · 0.80
mrr
Function · 0.80
mockKV
Function · 0.80
evalTripleStream
Function · 0.80
evalBuiltinMemoryTruncated
Function · 0.80
mockKV
Function · 0.80
Calls
no outgoing calls
Tested by
15
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
mockKV
Function · 0.64
makeMockKV
Function · 0.64