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

Function selectTreeNodeHash

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

Source from the content-addressed store, hash-verified

709}
710
711function selectTreeNodeHash (data) {
712 renderEjs('templates/editHash.ejs', data, $('#body'), function() {
713 console.log('edit hash template rendered');
714 if ((uiConfig.jsonViewAsDefault & uiConfig.const.jsonViewHash) > 0) dataUIFuncs.onModeJsonButtonClick()
715 });
716}
717
718function selectTreeNodeSet (data) {
719 renderEjs('templates/editSet.ejs', data, $('#body'), function() {

Callers 1

processDataFunction · 0.85

Calls 2

renderEjsFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected