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

Method GetWorkspaceByPath

internal/workspace/store.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, rootDir string)

Source from the content-addressed store, hash-verified

9 DeleteWorkspace(ctx context.Context, id string) error
10 GetWorkspace(ctx context.Context, id string) (Workspace, error)
11 GetWorkspaceByPath(ctx context.Context, rootDir string) (Workspace, error)
12 GetWorkspaceByName(ctx context.Context, name string) (Workspace, error)
13 ListWorkspaces(ctx context.Context) ([]Workspace, error)
14}

Calls

no outgoing calls