MCPcopy Create free account
hub / github.com/Noumena-Network/code / restoreWorktreeSession

Function restoreWorktreeSession

src/utils/worktree.ts:171–173  ·  view source on GitHub ↗
(session: WorktreeSession | null)

Source from the content-addressed store, hash-verified

169 * state (cwd, originalCwd).
170 */
171export function restoreWorktreeSession(session: WorktreeSession | null): void {
172 currentWorktreeSession = session
173}
174
175export function generateTmuxSessionName(
176 repoPath: string,

Callers 2

restoreWorktreeForResumeFunction · 0.85
exitRestoredWorktreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected