MCPcopy Create free account
hub / github.com/compozy/agh / MemoryScopeShow

Method MemoryScopeShow

internal/cli/client.go:335–335  ·  view source on GitHub ↗
(ctx context.Context, query MemorySelectorQuery)

Source from the content-addressed store, hash-verified

333 ResetMemory(ctx context.Context, request MemoryResetRequest) (MemoryResetRecord, error)
334 ReloadMemory(ctx context.Context, request MemorySelectorQuery) (MemoryReloadRecord, error)
335 MemoryScopeShow(ctx context.Context, query MemorySelectorQuery) (MemoryScopeShowRecord, error)
336 ListMemoryDecisions(ctx context.Context, query MemoryDecisionListQuery) (MemoryDecisionListRecord, error)
337 GetMemoryDecision(ctx context.Context, id string) (MemoryDecisionRecord, error)
338 RevertMemoryDecision(

Callers 1

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected