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

Function managedPluginRoot

packages/agent-core/test/plugin/manager.test.ts:14–16  ·  view source on GitHub ↗
(home: string, id: string)

Source from the content-addressed store, hash-verified

12}
13
14async function managedPluginRoot(home: string, id: string): Promise<string> {
15 return realpath(path.join(home, 'plugins', 'managed', id));
16}
17
18async function makePlugin(
19 name: string,

Callers 1

manager.test.tsFile · 0.85

Calls 1

realpathFunction · 0.50

Tested by

no test coverage detected