Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ archive-reader.test.ts
File
archive-reader.test.ts
packages/node-runtime/src/import/archive/archive-reader.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
2
import
{ mkdtempSync, readFileSync, rmSync, writeFileSync } from
'node:fs'
3
import
{ join } from
'node:path'
4
import
{ tmpdir } from
'node:os'
Callers
nothing calls this directly
Calls
6
writeZipFixture
Function · 0.90
validateArchiveEntryName
Function · 0.90
streamToString
Function · 0.85
listEntries
Method · 0.80
pipeEntries
Method · 0.80
visitEntries
Method · 0.45
Tested by
no test coverage detected