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

Class

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

Source from the content-addressed store, hash-verified

149}
150
151class TreeSitterParsedCommand implements IParsedCommand {
152 readonly originalCommand: string
153 // Tree-sitter's startIndex/endIndex are UTF-8 byte offsets, but JS
154 // String.slice() uses UTF-16 code-unit indices. For ASCII they coincide;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected