MCPcopy 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 }

Calls 1

resolveNameMethod · 0.95

Tested by 1

resolveExactFunction · 0.36