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

Function nativeArtifactsDir

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

Source from the content-addressed store, hash-verified

43}
44
45export function nativeArtifactsDir() {
46 return resolve(nativeDistRoot(), 'artifacts');
47}
48
49export function nativeSmokeHome() {
50 return resolve(nativeDistRoot(), 'smoke-home');

Callers 2

paths.test.tsFile · 0.90
package.mjsFile · 0.90

Calls 2

nativeDistRootFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected