MCPcopy
hub / github.com/codeaashu/claude-code / isWorktreeModeEnabled

Function isWorktreeModeEnabled

src/utils/worktreeModeEnabled.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 * See https://github.com/anthropics/claude-code/issues/27044.
8 */
9export function isWorktreeModeEnabled(): boolean {
10 return true
11}
12

Callers 3

getAllBaseToolsFunction · 0.85
runFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected