Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ cleanup
Method
cleanup
packages/oauth/test/helpers.ts:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
export
interface
TempDirHandle {
15
readonly path: string;
16
cleanup(): Promise<void>;
17
}
18
19
export
async
function
createTempWorkDir(): Promise<TempDirHandle> {
Callers
4
terminal.test.ts
File · 0.65
oauth-manager-multi-process.test.ts
File · 0.65
releaseAttempt
Method · 0.65
cleanup
Method · 0.65
Implementers
1
SubagentBatch
packages/agent-core/src/session/subage
Calls
no outgoing calls
Tested by
no test coverage detected