MCPcopy 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
313function isSystemComponent(nodeId) {
314 return nodeId.startsWith("__");
315}
316
317function parseEdge(edgeJson, sourceId) {
318 //console.log(edgeJson);

Callers 1

parseNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected