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

Method ResolveOrRegister

internal/api/core/interfaces.go:446–446  ·  view source on GitHub ↗
(ctx context.Context, path string)

Source from the content-addressed store, hash-verified

444 Get(ctx context.Context, idOrNameOrPath string) (workspacepkg.Workspace, error)
445 Resolve(ctx context.Context, idOrNameOrPath string) (workspacepkg.ResolvedWorkspace, error)
446 ResolveOrRegister(ctx context.Context, path string) (workspacepkg.ResolvedWorkspace, error)
447}

Implementers 5

Resolverinternal/workspace/resolver.go
fakeWorkspaceResolverinternal/memory/consolidation/runtime_
workspaceServiceStubinternal/api/core/tasks_internal_test.
workspaceResolveServiceStubinternal/api/core/handlers_internal_te
StubWorkspaceServiceinternal/api/testutil/workspace_stub.g

Calls

no outgoing calls