Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, expect, test } from
'bun:test'
2
import
{ parseGitNumstat, parseGitDiff, parseShortstat } from
'../gitDiff'
3
4
describe(
'parseGitNumstat'
, () => {
Callers
nothing calls this directly
Calls
5
parseGitNumstat
Function · 0.90
parseGitDiff
Function · 0.90
parseShortstat
Function · 0.90
get
Method · 0.65
has
Method · 0.45
Tested by
no test coverage detected