Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ _sh_quote
Function
_sh_quote
src/codegraphcontext/cli/hook_manager.py:150–151 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
148
149
150
def
_sh_quote(value: str) -> str:
151
return
"'"
+ value.replace(
"'"
,
"'\"
'\"'
") + "
&
#x27;"
152
153
154
def
_is_managed_hook(path: Path) -> bool:
Callers
1
_hook_script
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected