MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stripRawString

Function stripRawString

src/utils/bash/ast.ts:2029–2031  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

2027}
2028
2029function stripRawString(text: string): string {
2030 return text.slice(1, -1)
2031}
2032
2033function tooComplex(node: Node): ParseForSecurityResult {
2034 const reason =

Callers 2

walkFileRedirectFunction · 0.85
walkArgumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected