Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ isSystemComponent
Function
isSystemComponent
storm-webapp/src/main/webapp/js/visualization.js:313–315 ·
view source on GitHub ↗
(nodeId)
Source
from the content-addressed store, hash-verified
311
}
312
313
function
isSystemComponent(nodeId) {
314
return
nodeId.startsWith(
"__"
);
315
}
316
317
function
parseEdge(edgeJson, sourceId) {
318
//console.log(edgeJson);
Callers
1
parseNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected