MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / close

Function close

packages/agent-core/src/logging/logger.ts:246–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 }
245 },
246 async close() {
247 if (closed) return;
248 closed = true;
249 await getRootInternal().detachSession(entry.logId);
250 },
251 };
252}
253

Callers

nothing calls this directly

Calls 2

getRootInternalFunction · 0.85
detachSessionMethod · 0.80

Tested by

no test coverage detected