Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/
Class
src/tools/registry.ts:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
for
(
const
core of NEVER_BLOCK) out.delete(core);
153
return
[...out].sort();
154
}
155
156
export
class
ToolRegistry {
157
private tools =
new
Map<string, Tool<any>>();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected