MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / executePendingFn

Function executePendingFn

packages/utils/src/misc.ts:78–80  ·  view source on GitHub ↗
(fn: () => void, timeout: number = 2000)

Source from the content-addressed store, hash-verified

76}
77
78export function executePendingFn(fn: () => void, timeout: number = 2000) {
79 return setTimeout(fn, timeout);
80}
81
82const stageList = [
83 'render',

Callers 1

misc.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…