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

Function listingOf

mods/diff/tests/git/fetch-diff.test.ts:18–19  ·  view source on GitHub ↗
(entries: Listing)

Source from the content-addressed store, hash-verified

16 type ScriptedDeps = Git.GitDeps & Pick<Fixtures.ScriptedGit, 'argvs'>
17
18 const listingOf = (entries: Listing): ReadonlyMap<string, Git.EntryKind> =>
19 new Map(entries)
20
21 function depsOf(
22 script: Script,

Callers 2

depsOfFunction · 0.70
fetch-diff.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected