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

Function nativeManifestKey

apps/kimi-code/scripts/native/paths.mjs:53–55  ·  view source on GitHub ↗
(target = targetTriple())

Source from the content-addressed store, hash-verified

51}
52
53export function nativeManifestKey(target = targetTriple()) {
54 return `native/${target}/manifest.json`;
55}
56
57export const SEA_SENTINEL_FUSE = 'NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2';

Callers 1

paths.test.tsFile · 0.90

Calls 1

targetTripleFunction · 0.85

Tested by

no test coverage detected