Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
export
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
session-store.test.ts
File · 0.65
manager.test.ts
File · 0.65
constructor
Method · 0.65
cyclic.test.ts
File · 0.65
constructor
Method · 0.65
test-instantiation.test.ts
File · 0.65
child.test.ts
File · 0.65
collection.test.ts
File · 0.65
decorator.test.ts
File · 0.65
instantiation.test.ts
File · 0.65
self-register.test.ts
File · 0.65
auto-inject.test.ts
File · 0.65
Implementers
5
ServiceCollection
packages/agent-core/src/di/serviceColl
InstantiationService
packages/agent-core/src/di/instantiati
TestInstantiationService
packages/agent-core/src/di/testInstant
DisposableMap
packages/agent-core/src/di/lifecycle.t
ConfigService
packages/agent-core/src/services/confi
Calls
no outgoing calls
Tested by
15
constructor
Method · 0.52
constructor
Method · 0.52
get
Function · 0.52
pluginSessionStartReminders
Function · 0.52
get
Function · 0.52
fakeSession
Function · 0.52
makeFakeBridge
Function · 0.52
makePromptServiceStub
Function · 0.52
makeApprovalServiceStub
Function · 0.52
makeQuestionServiceStub
Function · 0.52
makeSessionService
Function · 0.52
makeBridge
Function · 0.52