Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ reloadPlugins
Method
reloadPlugins
packages/node-sdk/src/session.ts:467–470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
465
}
466
467
async
reloadPlugins(): Promise<ReloadSummary> {
468
this.ensureOpen();
469
return
this.rpc.reloadPlugins();
470
}
471
472
async
getPluginInfo(id: string): Promise<PluginInfo> {
473
this.ensureOpen();
Callers
2
reloadPlugins
Function · 0.45
reloadPlugins
Function · 0.45
Calls
1
ensureOpen
Method · 0.95
Tested by
no test coverage detected