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

Function selectTreeNodeSet

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

Source from the content-addressed store, hash-verified

716}
717
718function selectTreeNodeSet (data) {
719 renderEjs('templates/editSet.ejs', data, $('#body'), function() {
720 console.debug('edit set template rendered');
721 if ((uiConfig.jsonViewAsDefault & uiConfig.const.jsonViewSet) > 0) dataUIFuncs.onModeJsonButtonClick()
722 });
723}
724
725function selectTreeNodeList (data) {
726 if (data.items.length > 0) {

Callers 1

processDataFunction · 0.85

Calls 2

renderEjsFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected