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

Method resolveMemoryLocation

internal/api/httpapi/shared_test.go:66–72  ·  view source on GitHub ↗
(
	filename string,
	rawScope string,
	rawWorkspace string,
)

Source from the content-addressed store, hash-verified

64}
65
66func (h *Handlers) resolveMemoryLocation(
67 filename string,
68 rawScope string,
69 rawWorkspace string,
70) (memoryLocation, error) {
71 return h.ResolveMemoryLocation(filename, rawScope, rawWorkspace)
72}
73
74func (h *Handlers) memoryHealthWorkspaces(ctx context.Context, rawWorkspace string) ([]string, error) {
75 return h.MemoryHealthWorkspaces(ctx, rawWorkspace)

Calls 1

ResolveMemoryLocationMethod · 0.80

Tested by

no test coverage detected