MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / run

Function run

e2e/scripts/film.ts:31–31  ·  view source on GitHub ↗
(cmd: string, args: string[])

Source from the content-addressed store, hash-verified

29}
30
31const run = (cmd: string, args: string[]) => execFileSync(cmd, args, { stdio: "pipe" });
32const probeSeconds = (file: string): number =>
33 Number(
34 execFileSync("ffprobe", [

Callers 1

film.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected