MCPcopy Index your code
hub / github.com/Noumena-Network/code / getCurrentWorktreeSession

Function getCurrentWorktreeSession

src/utils/worktree.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160let currentWorktreeSession: WorktreeSession | null = null
161
162export function getCurrentWorktreeSession(): WorktreeSession | null {
163 return currentWorktreeSession
164}
165
166/**
167 * Restore the worktree session on --resume. The caller must have already

Callers 14

callFunction · 0.85
validateInputFunction · 0.85
callFunction · 0.85
BuiltInStatusLineContentFunction · 0.85
WorktreeExitDialogFunction · 0.85
restoreWorktreeForResumeFunction · 0.85
exitRestoredWorktreeFunction · 0.85
callFunction · 0.85
callFunction · 0.85
clearConversationFunction · 0.85
REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected