MCPcopy 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

14export interface TempDirHandle {
15 readonly path: string;
16 cleanup(): Promise<void>;
17}
18
19export async function createTempWorkDir(): Promise<TempDirHandle> {

Callers 4

terminal.test.tsFile · 0.65
releaseAttemptMethod · 0.65
cleanupMethod · 0.65

Implementers 1

SubagentBatchpackages/agent-core/src/session/subage

Calls

no outgoing calls

Tested by

no test coverage detected