MCPcopy Create free account
hub / github.com/codeaashu/claude-code / containsHeredoc

Function containsHeredoc

src/utils/bash/heredoc.ts:731–733  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

729 * @returns true if the command appears to contain heredoc syntax
730 */
731export function containsHeredoc(command: string): boolean {
732 return HEREDOC_START_PATTERN.test(command)
733}
734

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected