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

Function checkStream

storm-webapp/src/main/webapp/js/visualization.js:379–382  ·  view source on GitHub ↗
(checkBox)

Source from the content-addressed store, hash-verified

377
378// Called when a stream's checkbox is selected/unselected.
379function checkStream(checkBox) {
380 // reload data
381 parseResponse(json);
382}
383
384// Redraws edges
385function redrawStreams() {

Callers

nothing calls this directly

Calls 1

parseResponseFunction · 0.85

Tested by

no test coverage detected