MCPcopy 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
66export const selectAllTreeNodeKeys = (state: SQLEditorStoreState): string[] =>
67 uniq(flatten(Object.values(state.treeNodeKeysById)));

Callers

nothing calls this directly

Calls 1

flattenFunction · 0.85

Tested by

no test coverage detected