Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ list
Method
list
packages/agent-core/src/plugin/manager.ts:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
list(): readonly PluginRecord[] {
55
return
[...this.records.values()].toSorted((a, b) => a.id.localeCompare(b.id));
56
}
57
58
get(id: string): PluginRecord | undefined {
59
return
this.records.get(normalizePluginId(id));
Callers
1
summaries
Method · 0.95
Calls
1
values
Method · 0.65
Tested by
no test coverage detected