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

Method getOutputRedirections

src/utils/bash/ParsedCommand.ts:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 getPipeSegments(): string[]
25 withoutOutputRedirections(): string
26 getOutputRedirections(): OutputRedirection[]
27 /**
28 * Returns tree-sitter analysis data if available.
29 * Returns null for the regex fallback implementation.

Callers

nothing calls this directly

Implementers 2

RegexParsedCommand_DEPRECATEDsrc/utils/bash/ParsedCommand.ts
TreeSitterParsedCommandsrc/utils/bash/ParsedCommand.ts

Calls

no outgoing calls

Tested by

no test coverage detected