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

Class

src/utils/bash/ParsedCommand.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 * Exported for testing purposes.
41 */
42export class RegexParsedCommand_DEPRECATED implements IParsedCommand {
43 readonly originalCommand: string
44
45 constructor(command: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected