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

Method get

packages/agent-core/src/tools/store.ts:6–6  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

4
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

Callers 15

manager.test.tsFile · 0.65
constructorMethod · 0.65
cyclic.test.tsFile · 0.65
constructorMethod · 0.65
child.test.tsFile · 0.65
collection.test.tsFile · 0.65
decorator.test.tsFile · 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

constructorMethod · 0.52
constructorMethod · 0.52
getFunction · 0.52
getFunction · 0.52
fakeSessionFunction · 0.52
makeFakeBridgeFunction · 0.52
makePromptServiceStubFunction · 0.52
makeApprovalServiceStubFunction · 0.52
makeQuestionServiceStubFunction · 0.52
makeSessionServiceFunction · 0.52
makeBridgeFunction · 0.52