()
| 123 | } |
| 124 | |
| 125 | export function useApp() { |
| 126 | return { |
| 127 | codeLayoutMode, |
| 128 | focusedFolderId, |
| 129 | focusedSnippetId, |
| 130 | isAppLoading, |
| 131 | isCodeSpaceInitialized, |
| 132 | pendingCodeNavigation, |
| 133 | highlightedFolderIds, |
| 134 | highlightedSnippetIds, |
| 135 | highlightedTagId, |
| 136 | isCompactListMode, |
| 137 | isFocusedSnippetName, |
| 138 | focusSnippetNameInput, |
| 139 | isFocusedSearch, |
| 140 | isShowCodeImage, |
| 141 | isShowCodePreview, |
| 142 | isShowJsonVisualizer, |
| 143 | isSidebarHidden, |
| 144 | isSponsored, |
| 145 | restoreStateSnapshot, |
| 146 | saveStateSnapshot, |
| 147 | setCodeLayoutMode, |
| 148 | state, |
| 149 | stateSnapshots, |
| 150 | toggleCodeSidebar, |
| 151 | toggleCompactListMode, |
| 152 | } |
| 153 | } |
no outgoing calls
no test coverage detected