MCPcopy
hub / github.com/claude-code-best/claude-code / gitDiff.test.ts

File gitDiff.test.ts

src/utils/__tests__/gitDiff.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from 'bun:test'
2import { parseGitNumstat, parseGitDiff, parseShortstat } from '../gitDiff'
3
4describe('parseGitNumstat', () => {

Callers

nothing calls this directly

Calls 5

parseGitNumstatFunction · 0.90
parseGitDiffFunction · 0.90
parseShortstatFunction · 0.90
getMethod · 0.65
hasMethod · 0.45

Tested by

no test coverage detected