Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ getHooksManager
Function
getHooksManager
src/hooks/manager.ts:118–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
let
_manager: HooksManager | null = null;
117
export
function
setHooksManager(m: HooksManager): void { _manager = m; }
118
export
function
getHooksManager(): HooksManager | null {
return
_manager; }
Callers
3
handleSlashCommand
Function · 0.85
run
Method · 0.85
executeToolCall
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected