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

Function parseOptionalMemoryScope

internal/api/udsapi/shared_test.go:60–62  ·  view source on GitHub ↗
(raw string)

Source from the content-addressed store, hash-verified

58}
59
60func parseOptionalMemoryScope(raw string) (memcontract.Scope, error) {
61 return core.ParseOptionalMemoryScope(raw)
62}
63
64func resolveMemoryWorkspace(raw string) (string, error) {
65 return core.ResolveMemoryWorkspace(raw)

Calls 1

ParseOptionalMemoryScopeFunction · 0.92

Tested by

no test coverage detected