Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2029
function
stripRawString(text: string): string {
2030
return
text.slice(1, -1)
2031
}
2032
2033
function
tooComplex(node: Node): ParseForSecurityResult {
2034
const
reason =
Callers
2
walkFileRedirect
Function · 0.85
walkArgument
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected