()
| 49 | const isShowJsonVisualizer = ref(false) |
| 50 | |
| 51 | async function focusSnippetNameInput() { |
| 52 | isFocusedSnippetName.value = false |
| 53 | await nextTick() |
| 54 | isFocusedSnippetName.value = true |
| 55 | } |
| 56 | |
| 57 | function saveStateSnapshot(action: StateAction): void { |
| 58 | stateSnapshots[action] = { |
no outgoing calls
no test coverage detected