Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ workspaceRegistryService.ts
File
workspaceRegistryService.ts
packages/agent-core/src/services/workspace/workspaceRegistryService.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ promises as fsp } from
'node:fs'
;
2
import
os from
'node:os'
;
3
import
{ dirname, join } from
'node:path'
;
4
import
{ basename as posixBasename } from
'pathe'
;
Callers
nothing calls this directly
Calls
1
registerSingleton
Function · 0.90
Tested by
no test coverage detected