MCPcopy
hub / github.com/zxlie/FeHelper / setTimeout

Function setTimeout

test/dynamic-runtime.test.js:154–156  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

152 it('renders custom tools through a sandbox iframe to avoid extension-page CSP eval', () => {
153 const runtime = loadRuntime({
154 setTimeout(fn) {
155 fn();
156 }
157 });
158 const posted = [];
159 const appended = [];

Callers 15

handleMockRequestFunction · 0.85
index.jsFile · 0.85
content-script.jsFile · 0.85
captureVisibleFunction · 0.85
captureFullPageFunction · 0.85
finishCaptureFunction · 0.85
bindEventsFunction · 0.85
captureFailureHandlerFunction · 0.85
refreshEditorsFunction · 0.85
downloadFileFunction · 0.85
toastFunction · 0.85
showNotificationFunction · 0.85

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected