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

Method Resolve

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

Source from the content-addressed store, hash-verified

443 List(ctx context.Context) ([]workspacepkg.Workspace, error)
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}

Callers 10

resolveWorkspaceScopeMethod · 0.65
GetWorkspaceMethod · 0.65
resolveSkillScopeMethod · 0.65
HookCatalogMethod · 0.65

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

Tested by 1