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

Method set

packages/agent-core/src/tools/store.ts:7–7  ·  view source on GitHub ↗
(key: K, value: ToolStoreData[K])

Source from the content-addressed store, hash-verified

5export interface ToolStore {
6 get<K extends ToolStoreKey>(key: K): ToolStoreData[K] | undefined;
7 set<K extends ToolStoreKey>(key: K, value: ToolStoreData[K]): void;
8}
9
10export interface ToolStoreUpdate<K extends ToolStoreKey = ToolStoreKey> {

Callers 15

groupByCaseFunction · 0.65
detectMigrationFunction · 0.65
describeContextFunction · 0.65
migrateSessionsStepFunction · 0.65
addMethod · 0.65
onToolCallFunction · 0.65
routeFunction · 0.65
flushPartFunction · 0.65
buildToolCallIdMapFunction · 0.65

Implementers 5

ServiceCollectionpackages/agent-core/src/di/serviceColl
InstantiationServicepackages/agent-core/src/di/instantiati
TestInstantiationServicepackages/agent-core/src/di/testInstant
DisposableMappackages/agent-core/src/di/lifecycle.t
ConfigServicepackages/agent-core/src/services/confi

Calls

no outgoing calls

Tested by 15

withEnvFunction · 0.52
saveMethod · 0.52
enqueueMethod · 0.52
saveMethod · 0.52
readZipEntriesFunction · 0.52
setApprovalHandlerMethod · 0.52
setQuestionHandlerMethod · 0.52
readZipEntriesFunction · 0.52
fakeSessionFunction · 0.52
makeFakeBridgeFunction · 0.52
resolveExecutionMethod · 0.52