MCPcopy
hub / github.com/codebymitch/TitanBot / isCollectorManagedComponent

Function isCollectorManagedComponent

src/utils/collectorComponents.js:8–10  ·  view source on GitHub ↗
(customId = '')

Source from the content-addressed store, hash-verified

6];
7
8export function isCollectorManagedComponent(customId = '') {
9 return COLLECTOR_MANAGED_PREFIXES.some((prefix) => customId.startsWith(prefix));
10}

Callers 1

executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected