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

Function statusForMemoryError

internal/api/udsapi/shared_test.go:32–34  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

30type workspacePayload = contract.WorkspacePayload
31
32func statusForMemoryError(err error) int {
33 return core.StatusForMemoryError(err)
34}
35
36func newMemoryValidationError(err error) error {
37 return core.NewMemoryValidationError(err)

Calls 1

StatusForMemoryErrorFunction · 0.92

Tested by

no test coverage detected