Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
792
function
getKeyTree () {
793
return
$.jstree.reference(
'#keyTree'
);
794
}
795
796
function
refreshTree () {
797
getKeyTree().refresh();
Callers
15
loadTree
Function · 0.85
onJSTreeDataComplete
Function · 0.85
setRootConnectionNetworkError
Function · 0.85
processData
Function · 0.85
errorHandler
Function · 0.85
setupEditDataModals
Function · 0.85
selectTreeNodeString
Function · 0.85
selectTreeNodeBinary
Function · 0.85
selectTreeNodeReJSON
Function · 0.85
refreshTree
Function · 0.85
addKey
Function · 0.85
renameKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected