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

Function addAvailableStream

storm-webapp/src/main/webapp/js/visualization.js:348–354  ·  view source on GitHub ↗
(streamId, streamIdSanitized)

Source from the content-addressed store, hash-verified

346}
347
348function addAvailableStream(streamId, streamIdSanitized) {
349 // Create a master list of all streams
350 if (visNS.availableStreamsHash[streamIdSanitized] == null) {
351 visNS.availableStreamsHash[streamIdSanitized] = streamId;
352 updateAvailableStreams();
353 }
354}
355
356function updateAvailableStreams() {
357 var container = jQuery("#available-streams");

Callers 1

parseEdgeFunction · 0.85

Calls 1

updateAvailableStreamsFunction · 0.85

Tested by

no test coverage detected