Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unlayer/react-email-editor
/ addCallback
Function
addCallback
src/loadScript.ts:18–20 ·
view source on GitHub ↗
(callback: Function)
Source
from the content-addressed store, hash-verified
16
};
17
18
const
addCallback = (callback: Function) => {
19
callbacks.push(callback);
20
};
21
22
const
runCallbacks = () => {
23
if
(loaded) {
Callers
1
loadScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected