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

Function currentTarget

apps/kimi-code/src/native/native-assets.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function currentTarget(): string {
80 return KIMI_BUILD_INFO.buildTarget ?? `${process.platform}-${process.arch}`;
81}
82
83export function nativeAssetManifestKey(target: string = currentTarget()): string {
84 return buildManifestKey(target);

Callers 5

nativeAssetManifestKeyFunction · 0.70
ensureNativeAssetTreeFunction · 0.70
getNativePackageRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected