MCPcopy
hub / github.com/ether/etherpad / ScriptStep

Interface ScriptStep

src/tests/backend-new/specs/updater/UpdateExecutor.test.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import {EMPTY_STATE, UpdateState} from '../../../../node/updater/types';
5
6interface ScriptStep {cmd: string; exit: number; stderr?: string}
7
8const okSpawn = (script: ScriptStep[]) => {
9 let i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected