Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ wire-reader.test.ts
File
wire-reader.test.ts
apps/vis/server/test/lib/wire-reader.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, afterEach } from
'vitest'
;
2
import
{ mkdtemp, rm, writeFile } from
'node:fs/promises'
;
3
import
{ tmpdir } from
'node:os'
;
4
import
{ join } from
'node:path'
;
Callers
nothing calls this directly
Calls
7
buildSessionFixture
Function · 0.90
readAgentWire
Function · 0.90
mkdtemp
Function · 0.85
cleanup
Function · 0.50
writeFile
Function · 0.50
readFile
Function · 0.50
appendFile
Function · 0.50
Tested by
no test coverage detected