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

Function runInjectStep

apps/kimi-code/scripts/native/03-inject.mjs:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55export async function runInjectStep() {
56 const target = targetTriple();
57 await ensureBlobExists();
58 await copyNodeExecutable(target);
59 await removeSignatureIfNeeded(target);
60 await injectSeaBlob(target);
61}
62
63if (import.meta.url === `file://${process.argv[1]}`) {
64 await runInjectStep();

Callers 2

build.mjsFile · 0.90
03-inject.mjsFile · 0.85

Calls 5

targetTripleFunction · 0.90
ensureBlobExistsFunction · 0.85
copyNodeExecutableFunction · 0.85
removeSignatureIfNeededFunction · 0.85
injectSeaBlobFunction · 0.85

Tested by

no test coverage detected