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

Method MemoryHealthWorkspaces

internal/api/core/memory.go:2476–2478  ·  view source on GitHub ↗

MemoryHealthWorkspaces returns the workspaces considered for memory health checks.

(ctx context.Context, rawWorkspace string)

Source from the content-addressed store, hash-verified

2474
2475// MemoryHealthWorkspaces returns the workspaces considered for memory health checks.
2476func (h *BaseHandlers) MemoryHealthWorkspaces(ctx context.Context, rawWorkspace string) ([]string, error) {
2477 return h.memoryHealthWorkspaces(ctx, rawWorkspace)
2478}
2479
2480// ResolveMemoryWriteScope validates a write request and infers its target scope.
2481func ResolveMemoryWriteScope(req contract.MemoryWriteRequest) (memcontract.Scope, string, error) {

Callers 3

TestMemoryWrapperExportsFunction · 0.80

Calls 1

Tested by 3

TestMemoryWrapperExportsFunction · 0.64