MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / findUnterminatedQuote

Function findUnterminatedQuote

src/shared/parse-command.ts:106–108  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

104 * heredoc is unterminated.
105 */
106export function findUnterminatedQuote(command: string): UnterminatedQuote | null {
107 return scanTopLevelQuotes(command).unterminatedQuote
108}
109
110/**
111 * Describes a contiguous quoted region found at the top level of a command

Callers 1

Calls 1

scanTopLevelQuotesFunction · 0.85

Tested by

no test coverage detected