Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
function
nativeDistRoot() {
14
return
resolve(appRoot,
'dist-native'
);
15
}
16
17
export
function
nativeIntermediatesDir() {
18
return
resolve(nativeDistRoot(),
'intermediates'
);
Callers
5
paths.test.ts
File · 0.90
nativeIntermediatesDir
Function · 0.85
nativeBinDir
Function · 0.85
nativeArtifactsDir
Function · 0.85
nativeSmokeHome
Function · 0.85
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected