Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
export
function
isCollectorManagedComponent(customId =
''
) {
9
return
COLLECTOR_MANAGED_PREFIXES.some((prefix) => customId.startsWith(prefix));
10
}
Callers
1
execute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected