MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/tools/EnterWorktreeTool/EnterWorktreeTool.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 searchHint: 'create an isolated git worktree and switch into it',
55 maxResultSizeChars: 100_000,
56 async description() {
57 return 'Creates an isolated worktree (via git or configured hooks) and switches the session into it'
58 },
59 async prompt() {
60 return getEnterWorktreeToolPrompt()
61 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected