Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ runtime.test.ts
File
runtime.test.ts
packages/agent-core/test/harness/runtime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, mkdtemp, readFile, rm, writeFile } from
'node:fs/promises'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join, normalize } from
'pathe'
;
4
Callers
nothing calls this directly
Calls
15
__resetRootLoggerForTest
Function · 0.90
getRootLogger
Function · 0.90
resolveLoggingConfig
Function · 0.90
resolveGlobalLogPath
Function · 0.90
createRPC
Function · 0.90
mkdtemp
Function · 0.85
requiredFlagEnv
Function · 0.85
clearExperimentalEnv
Function · 0.85
experimentalFeatureEnabled
Function · 0.85
baseModelConfig
Function · 0.85
createLocalTomlFailingKaos
Function · 0.85
normalize
Function · 0.85
Tested by
no test coverage detected