Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ newMemoryValidationError
Function
newMemoryValidationError
internal/api/udsapi/shared_test.go:36–38 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
newMemoryValidationError(err error) error {
37
return
core.NewMemoryValidationError(err)
38
}
39
40
func
payloadJSON(raw string) json.RawMessage {
41
return
core.PayloadJSON(raw)
Callers
2
TestMemoryHelpersWriteScopeStatusAndWorkspaces
Function · 0.70
TestMemoryHandlersReturnInternalErrorWithoutConfiguredStore
Function · 0.70
Calls
1
NewMemoryValidationError
Function · 0.92
Tested by
no test coverage detected