MCPcopy Index your code
hub / github.com/electron/asar / execAsar

Function execAsar

test/cli-spec.ts:17–19  ·  view source on GitHub ↗
(args: string)

Source from the content-addressed store, hash-verified

15const exec = promisify(childProcess.exec);
16
17async function execAsar(args: string) {
18 return exec(`node bin/asar.mjs ${args}`);
19}
20
21async function assertAsarOutputMatches(args: string, expectedFilename: string) {
22 const [{ stdout }, expectedContents] = await Promise.all([

Callers 2

assertAsarOutputMatchesFunction · 0.85
cli-spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…