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

Function postjectPath

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

Source from the content-addressed store, hash-verified

12} from './paths.mjs';
13
14function postjectPath() {
15 const command = process.platform === 'win32' ? 'postject.cmd' : 'postject';
16 return resolve(appRoot, 'node_modules/.bin', command);
17}
18
19async function ensureBlobExists() {
20 try {

Callers 1

injectSeaBlobFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected