MCPcopy Create free account
hub / github.com/actions/starter-workflows /

Class

script/sync-ghes/exec.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { spawn } from "child_process";
2
3export class ExecResult {
4 stdout = "";
5 exitCode = 0;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected