MCPcopy Create free account
hub / github.com/apache/storm / isStreamEnabled

Function isStreamEnabled

storm-webapp/src/main/webapp/js/visualization.js:390–392  ·  view source on GitHub ↗
(streamIdSanitized)

Source from the content-addressed store, hash-verified

388
389// Returns true if a stream is enabled
390function isStreamEnabled(streamIdSanitized) {
391 return jQuery("input#stream-" + streamIdSanitized).is(':checked')
392}
393
394var update = function() {
395 if(visNS.shouldUpdate) {

Callers 1

parseEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected