MCPcopy Create free account
hub / github.com/dataease/SQLBot / onReady

Function onReady

frontend/public/assistant.js:861–865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

859 setTimeout(fn, 0)
860 } else {
861 const onReady = () => {
862 document.removeEventListener('DOMContentLoaded', onReady)
863 window.removeEventListener('load', onReady)
864 fn()
865 }
866 document.addEventListener('DOMContentLoaded', onReady)
867 window.addEventListener('load', onReady)
868 }

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected