Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/repack
/ ChunkManagerBackend.spec.ts
File
ChunkManagerBackend.spec.ts
packages/repack/src/client/api/__tests__/ChunkManagerBackend.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ChunkManagerBackend, DEFAULT_TIMEOUT } from
'../ChunkManagerBackend'
;
2
3
class
FakeCache {
4
data: Record<string, string> = {};
Callers
nothing calls this directly
Calls
2
configure
Method · 0.45
resolveChunk
Method · 0.45
Tested by
no test coverage detected