Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ has
Method
has
src/tools/registry.ts:349–351 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
347
for
(
const
name of Array.from(this.tools.keys())) {
348
if
(name.startsWith(prefix)) {
349
this.tools.delete(name);
350
count++;
351
}
352
}
353
return
count;
354
}
Callers
15
partition.test.ts
File · 0.45
tool-relevance.test.ts
File · 0.45
resolveExact
Function · 0.45
speculative-graph.test.ts
File · 0.45
hybrid-search.test.ts
File · 0.45
data-collector-skill.test.ts
File · 0.45
memory-mirror.test.ts
File · 0.45
tool-aliases.test.ts
File · 0.45
custom-commands.test.ts
File · 0.45
enterprise-analyst-skill.test.ts
File · 0.45
seo-geo-skill.test.ts
File · 0.45
schedule.test.ts
File · 0.45
Calls
1
resolveName
Method · 0.95
Tested by
1
resolveExact
Function · 0.36