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

Function nativeDistRoot

apps/kimi-code/scripts/native/paths.mjs:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export function nativeDistRoot() {
14 return resolve(appRoot, 'dist-native');
15}
16
17export function nativeIntermediatesDir() {
18 return resolve(nativeDistRoot(), 'intermediates');

Callers 5

paths.test.tsFile · 0.90
nativeIntermediatesDirFunction · 0.85
nativeBinDirFunction · 0.85
nativeArtifactsDirFunction · 0.85
nativeSmokeHomeFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected