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

Function isMemoryProviderNotFound

internal/daemon/memory_runtime.go:992–995  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

990}
991
992func isMemoryProviderNotFound(err error) bool {
993 var typed *extensionpkg.MemoryProviderNotFoundError
994 return errors.As(err, &typed)
995}
996
997func newDaemonMemoryProviderRegistry(
998 ctx context.Context,

Callers 3

ListMethod · 0.85
GetMethod · 0.85
SelectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected