Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
992
func
isMemoryProviderNotFound(err error) bool {
993
var
typed *extensionpkg.MemoryProviderNotFoundError
994
return
errors.As(err, &typed)
995
}
996
997
func
newDaemonMemoryProviderRegistry(
998
ctx context.Context,
Callers
3
List
Method · 0.85
Get
Method · 0.85
Select
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected