(text)
| 3342 | }; |
| 3343 | |
| 3344 | const setTestOutput = (text) => { |
| 3345 | if (!testOutEl) return; |
| 3346 | testOutEl.textContent = String(text || ''); |
| 3347 | }; |
| 3348 | |
| 3349 | const selectedSnippetKind = () => { |
| 3350 | return String(snippetTypeEl?.value || 'command'); |
no outgoing calls
no test coverage detected