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

Struct nativeMemoryProviderService

internal/daemon/native_tools_test.go:6108–6119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6106}
6107
6108type nativeMemoryProviderService struct {
6109 provider contract.MemoryProviderPayload
6110 err error
6111 listCalls int
6112 getCalls int
6113 selectCalls int
6114 enableCalls int
6115 disableCalls int
6116 lastWorkspaceID string
6117 lastName string
6118 lastReason string
6119}
6120
6121func (s *nativeMemoryProviderService) List(
6122 _ context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected