MCPcopy 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
38func newMemoryValidationError(err error) error {
39 return core.NewMemoryValidationError(err)
40}
41
42func payloadJSON(raw string) json.RawMessage {
43 return core.PayloadJSON(raw)

Calls 1

NewMemoryValidationErrorFunction · 0.92

Tested by

no test coverage detected