MCPcopy Create free account
hub / github.com/ReviewStage/stage-cli / includesUntrackedFiles

Function includesUntrackedFiles

packages/cli/src/git.ts:248–250  ·  view source on GitHub ↗
(ref: WorkingTreeRef)

Source from the content-addressed store, hash-verified

246}
247
248function includesUntrackedFiles(ref: WorkingTreeRef): boolean {
249 return ref === WORKING_TREE_REF.WORK;
250}
251
252function buildWorkingTreeDiff(ref: WorkingTreeRef, mergeBaseSha: string): string {
253 let rawDiff = getRawDiff(workingTreeDiffArgs(ref, mergeBaseSha));

Callers 1

buildWorkingTreeDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected