MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / isExecaChildProcess

Function isExecaChildProcess

apps/coordinator/src/index.ts:82–84  ·  view source on GitHub ↗
(maybeExeca: unknown)

Source from the content-addressed store, hash-verified

80};
81
82function isExecaChildProcess(maybeExeca: unknown): maybeExeca is Awaited<ExecaChildProcess> {
83 return typeof maybeExeca === "object" && maybeExeca !== null && "escapedCommand" in maybeExeca;
84}
85
86async function getFileSize(filePath: string): Promise<number> {
87 try {

Callers 1

#checkpointAndPushMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…