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

Function selectTreeNodeBranch

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

Source from the content-addressed store, hash-verified

366}
367
368function selectTreeNodeBranch (data) {
369 renderEjs('templates/editBranch.ejs', data, $('#body'));
370}
371
372function setupEditDataModals(idForm, idSaveBtn) {
373 $('#' + idForm).off('submit').on('submit', function(event) {

Callers 1

processDataFunction · 0.85

Calls 2

renderEjsFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected