MCPcopy Create free account
hub / github.com/anthropics/claude-code / unbornScriptOf

Function unbornScriptOf

mods/diff/tests/git/fetch-diff.test.ts:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 const unbornScriptOf = (): Script => ({
40 [Fixtures.VS_HEAD]: Fixtures.UNSCRIPTED,
41 'rev-parse --verify --quiet HEAD': Fixtures.PROBE_MISSED,
42 '--cached --shortstat': Fixtures.ok(Fixtures.ONE_STAGED),
43 'ls-files': Fixtures.ok(),
44 })
45
46 const datedBefore =
47 (suffix: string): Git.GitDeps['mtimeOf'] =>

Callers 2

unbornNoUntrackedOfFunction · 0.85
fetch-diff.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected