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

Function refreshTree

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

Source from the content-addressed store, hash-verified

794}
795
796function refreshTree () {
797 getKeyTree().refresh();
798}
799
800function addKey (connectionId, key) {
801 if (typeof(connectionId) === 'object') {

Callers 9

setupEditDataModalsFunction · 0.85
addNewKeyFunction · 0.85
renameExistingKeyFunction · 0.85
selectTreeNodeStringFunction · 0.85
selectTreeNodeReJSONFunction · 0.85
deleteKeyFunction · 0.85
deleteBranchFunction · 0.85
removeXSetElementFunction · 0.85
redisCommander.jsFile · 0.85

Calls 1

getKeyTreeFunction · 0.85

Tested by

no test coverage detected