Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ selectAllTreeNodeKeys
Function
selectAllTreeNodeKeys
frontend/src/react/stores/sqlEditor/tree.ts:66–67 ·
view source on GitHub ↗
(state: SQLEditorStoreState)
Source
from the content-addressed store, hash-verified
64
});
65
66
export
const
selectAllTreeNodeKeys = (state: SQLEditorStoreState): string[] =>
67
uniq(flatten(Object.values(state.treeNodeKeysById)));
Callers
nothing calls this directly
Calls
1
flatten
Function · 0.85
Tested by
no test coverage detected