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

Function getKeyTree

web/static/scripts/redisCommander.js:792–794  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

790}
791
792function getKeyTree () {
793 return $.jstree.reference('#keyTree');
794}
795
796function refreshTree () {
797 getKeyTree().refresh();

Callers 15

loadTreeFunction · 0.85
onJSTreeDataCompleteFunction · 0.85
processDataFunction · 0.85
errorHandlerFunction · 0.85
setupEditDataModalsFunction · 0.85
selectTreeNodeStringFunction · 0.85
selectTreeNodeBinaryFunction · 0.85
selectTreeNodeReJSONFunction · 0.85
refreshTreeFunction · 0.85
addKeyFunction · 0.85
renameKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected