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

Function getWorktreeCount

src/utils/git.ts:434–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

432}
433
434export const getWorktreeCount = async (): Promise<number> => {
435 return getWorktreeCountFromFs()
436}
437
438/**
439 * Stashes all changes (including untracked files) to return git to a clean porcelain state

Callers 3

logStartupTelemetryFunction · 0.85
getGitStateFunction · 0.85
tipRegistry.tsFile · 0.85

Calls 1

getWorktreeCountFromFsFunction · 0.85

Tested by

no test coverage detected