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

Function importedRootOf

apps/vis/server/src/lib/import-store.ts:30–32  ·  view source on GitHub ↗
(home: string)

Source from the content-addressed store, hash-verified

28}
29
30export function importedRootOf(home: string): string {
31 return join(home, 'imported');
32}
33
34export function importedDirOf(home: string, importId: string): string {
35 if (!isImportId(importId)) throw new ZipImportError(`invalid import id: "${importId}"`);

Callers 2

importedDirOfFunction · 0.85
listImportedIdsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected