(event)
| 226 | |
| 227 | const handleSetCode = (event) => applyCode(event.detail); |
| 228 | const handleRunQuery = (event) => queryRunner(event.detail); |
| 229 | |
| 230 | window.addEventListener('dogalog:setCode', handleSetCode); |
| 231 | window.addEventListener('dogalog:query', handleRunQuery); |
nothing calls this directly
no test coverage detected