Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ HookError
Class
HookError
src/codegraphcontext/cli/hook_manager.py:16–17 ·
view source on GitHub ↗
Raised when hook installation cannot proceed safely.
Source
from the content-addressed store, hash-verified
14
15
16
class
HookError(RuntimeError):
17
""
"Raised when hook installation cannot proceed safely."
""
18
19
20
@dataclass(frozen=True)
Callers
4
find_git_repository
Function · 0.85
install_hooks
Function · 0.85
_read_worktree_gitdir
Function · 0.85
_run_git
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected