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

Function userRoot

packages/agent-core/test/skill/parser.test.ts:280–282  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

278}
279
280function userRoot(root: string): SkillRoot {
281 return { path: root, source: 'user' };
282}
283
284async function writeFlat(root: string, name: string, lines: readonly string[]): Promise<void> {
285 await writeFile(path.join(root, name), lines.join('\n'));

Callers 1

parser.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected