MCPcopy Index your code
hub / github.com/Waishnav/devspace / initializeWorkspace

Method initializeWorkspace

src/review-checkpoints.ts:38–38  ·  view source on GitHub ↗
(input: { workspaceId: string; root: string })

Source from the content-addressed store, hash-verified

36
37export interface ReviewCheckpointManager {
38 initializeWorkspace(input: { workspaceId: string; root: string }): Promise<void>;
39 reviewChanges(input: {
40 workspaceId: string;
41 root: string;

Callers 3

reviewChangesFunction · 0.80
createMcpServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected