Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatrickSys/codebase-context
/ internal-file-graph-serialization.test.ts
File
internal-file-graph-serialization.test.ts
tests/internal-file-graph-serialization.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
import
path from
'path'
;
3
import
os from
'os'
;
4
import
{ InternalFileGraph } from
'../src/utils/usage-tracker.js'
;
Callers
nothing calls this directly
Calls
5
trackExports
Method · 0.80
toJSON
Method · 0.80
fromJSON
Method · 0.80
findUnusedExports
Method · 0.80
trackImport
Method · 0.45
Tested by
no test coverage detected