MCPcopy
hub / github.com/coder/mux / isMissingWorktreeError

Method isMissingWorktreeError

src/node/worktree/WorktreeManager.ts:883–886  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

881 }
882
883 private isMissingWorktreeError(message: string): boolean {
884 const normalizedError = message.toLowerCase();
885 return MISSING_WORKTREE_ERROR_PATTERNS.some((pattern) => normalizedError.includes(pattern));
886 }
887
888 async forkWorkspace(
889 params: WorkspaceForkParams,

Callers 1

deleteWorkspaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected