MCPcopy Index your code
hub / github.com/pyscript/pyscript / resetTimeout

Function resetTimeout

core/src/plugins/py-editor.js:505–508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pyEditorFunction · 0.85

Tested by

no test coverage detected