MCPcopy
hub / github.com/codeaashu/claude-code / git.ts

File git.ts

src/utils/git.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createHash } from 'crypto'
2import { readFileSync, realpathSync, statSync } from 'fs'
3import { open, readFile, realpath, stat } from 'fs/promises'
4import memoize from 'lodash-es/memoize.js'

Callers

nothing calls this directly

Calls 9

statSyncFunction · 0.90
readFileSyncFunction · 0.90
realpathSyncFunction · 0.90
memoizeWithLRUFunction · 0.85
logForDiagnosticsNoPIIFunction · 0.85
createFindGitRootFunction · 0.85
getCwdFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected