Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unlayer/react-email-editor
/ runCallbacks
Function
runCallbacks
src/loadScript.ts:22–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
};
21
22
const
runCallbacks = () => {
23
if
(loaded) {
24
let
callback;
25
26
while
((callback = callbacks.shift())) {
27
callback();
28
}
29
}
30
};
31
32
export
const
loadScript = (
33
callback: Function,
Callers
1
loadScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected