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

Function statusForWorkspaceError

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

Source from the content-addressed store, hash-verified

28type workspacePayload = contract.WorkspacePayload
29
30func statusForWorkspaceError(err error) int {
31 return core.StatusForWorkspaceError(err)
32}
33
34func statusForMemoryError(err error) int {
35 return core.StatusForMemoryError(err)

Calls 1

StatusForWorkspaceErrorFunction · 0.92

Tested by

no test coverage detected