Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ clearRuntimeCache
Method
clearRuntimeCache
packages/agent-core/src/rpc/core-impl.ts:1045–1048 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1043
}
1044
1045
private clearRuntimeCache(): void {
1046
if
(this.runtimeOverride !== undefined)
return
;
1047
this.runtime = undefined;
1048
}
1049
1050
private
async
refreshSessionRuntimeConfig(
1051
session: Session,
Callers
1
reloadSession
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected