MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / walkString

Function walkString

source code/utils/bash/ast.ts:1510–1654  ·  view source on GitHub ↗

* Extract literal content from a double-quoted string node. A `string` node's * children are `"` delimiters, `string_content` literals, and possibly * expansion nodes. * * tree-sitter quirk: literal newlines inside double quotes are NOT included * in `string_content` node text. bash preserves t

(
  node: Node,
  innerCommands: SimpleCommand[],
  varScope: Map<string, string>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

walkFileRedirectFunction · 0.85
walkArgumentFunction · 0.85

Calls 5

extractSafeCatHeredocFunction · 0.85
tooComplexFunction · 0.85
resolveSimpleExpansionFunction · 0.85
walkArithmeticFunction · 0.85

Tested by

no test coverage detected