Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
const
run = (cmd: string, args: string[]) => execFileSync(cmd, args, { stdio:
"pipe"
});
32
const
probeSeconds = (file: string): number =>
33
Number(
34
execFileSync(
"ffprobe"
, [
Callers
1
film.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected