Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ workspace-registry.test.ts
File
workspace-registry.test.ts
packages/agent-core/test/services/workspace-registry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtemp, mkdir, realpath, rm, symlink, writeFile } from
'node:fs/promises'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join } from
'node:path'
;
4
Callers
nothing calls this directly
Calls
13
normalizeWorkDir
Function · 0.90
encodeWorkDirKey
Function · 0.90
mkdtemp
Function · 0.85
makeProjectRoot
Function · 0.85
seedSessionBucket
Function · 0.85
makeLogger
Function · 0.70
makeEventService
Function · 0.70
createOrTouch
Method · 0.65
list
Method · 0.65
delete
Method · 0.65
writeFile
Function · 0.50
mkdir
Function · 0.50
Tested by
no test coverage detected