Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ newMemoryValidationError
Function
newMemoryValidationError
internal/api/httpapi/shared_test.go:38–40 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
newMemoryValidationError(err error) error {
39
return
core.NewMemoryValidationError(err)
40
}
41
42
func
payloadJSON(raw string) json.RawMessage {
43
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