Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
function
makeRecorder(label: string, store: string[]): IDisposable {
29
return
{
30
dispose() {
31
store.push(label);
32
},
33
};
34
}
35
Callers
1
lifecycle.test.ts
File · 0.90
Calls
1
push
Method · 0.45
Tested by
no test coverage detected