MCPcopy Create free account
hub / github.com/diillson/chatcli / GraphNeighbors

Method GraphNeighbors

cli/plugins/builtin_memory.go:58–58  ·  view source on GitHub ↗

GraphNeighbors returns the local graph (backlinks + related notes) of the subject best matching the query.

(query string)

Source from the content-addressed store, hash-verified

56 // GraphNeighbors returns the local graph (backlinks + related notes) of the
57 // subject best matching the query.
58 GraphNeighbors(query string) (string, error)
59}
60
61// memAdapterHolder wraps the adapter so atomic.Value always receives a

Callers 1

ExecuteWithStreamMethod · 0.65

Implementers 2

memoryPluginAdaptercli/memory_adapter.go
fakeMemAdaptercli/plugins/builtin_memory_test.go

Calls

no outgoing calls

Tested by

no test coverage detected