MCPcopy 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
150def _sh_quote(value: str) -> str:
151 return "'" + value.replace("'", "'\"'\"'") + "'"
152
153
154def _is_managed_hook(path: Path) -> bool:

Callers 1

_hook_scriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected