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

Function dispose

packages/agent-core/test/di/lifecycle.test.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28function makeRecorder(label: string, store: string[]): IDisposable {
29 return {
30 dispose() {
31 store.push(label);
32 },
33 };
34}
35

Callers 1

lifecycle.test.tsFile · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected