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

File package.mjs

apps/kimi-code/scripts/native/package.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createHash } from 'node:crypto';
2import { createReadStream, createWriteStream } from 'node:fs';
3import { mkdir, stat, writeFile } from 'node:fs/promises';
4import { basename, resolve } from 'node:path';

Callers

nothing calls this directly

Calls 13

targetTripleFunction · 0.90
executableNameFunction · 0.90
nativeBinPathFunction · 0.90
nativeArtifactsDirFunction · 0.90
basenameFunction · 0.85
failFunction · 0.70
sha256Function · 0.70
logMethod · 0.65
resolveFunction · 0.50
statFunction · 0.50
mkdirFunction · 0.50
writeFileFunction · 0.50

Tested by

no test coverage detected