()
| 503 | |
| 504 | // reset interval value then check for new scripts |
| 505 | const resetTimeout = () => { |
| 506 | timeout = 0; |
| 507 | pyEditor(); |
| 508 | }; |
| 509 | |
| 510 | // triggered both ASAP on the living DOM and via MutationObserver later |
| 511 | const pyEditor = () => { |
nothing calls this directly
no test coverage detected