MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/ShellCommand.ts:408–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 * Static ShellCommand implementation for commands that were aborted before execution.
407 */
408class AbortedShellCommand implements ShellCommand {
409 readonly status = 'killed' as const
410 readonly result: Promise<ExecResult>
411 readonly taskOutput: TaskOutput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected