MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/utils/ShellCommand.ts:410–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected