MCPcopy Create free account
hub / github.com/NanmiCoder/cc-haha /

Class

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

Source from the content-addressed store, hash-verified

422 * Static ShellCommand implementation for commands that were aborted before execution.
423 */
424class AbortedShellCommand implements ShellCommand {
425 readonly status = 'killed' as const
426 readonly result: Promise<ExecResult>
427 readonly taskOutput: TaskOutput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected