MCPcopy
hub / github.com/joeferner/redis-commander / selectTreeNodeStream

Function selectTreeNodeStream

web/static/scripts/redisCommander.js:747–751  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

745}
746
747function selectTreeNodeStream (data) {
748 renderEjs('templates/editStream.ejs', data, $('#body'), function() {
749 console.log('rendered stream template');
750 });
751}
752
753function selectTreeNodeReJSON(data) {
754 renderEjs('templates/editReJSON.ejs', data, $('#body'), function() {

Callers 1

processDataFunction · 0.85

Calls 2

renderEjsFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected