()
| 1788 | * React-hook for the dictionary of cell names |
| 1789 | */ |
| 1790 | export const useCellNames = () => useAtomValue(cellIdToNamesMap); |
| 1791 | |
| 1792 | /** |
| 1793 | * React-hook for the array of cell errors. |
no outgoing calls
no test coverage detected
searching dependent graphs…