MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / c

Function c

editor/index.js:6–12  ·  view source on GitHub ↗
(o = 1e3)

Source from the content-addressed store, hash-verified

4 pageY: 0
5};
6function c(o = 1e3) {
7 return new Promise((t) => {
8 setTimeout(() => {
9 t();
10 }, o);
11 });
12}
13const a = async (o, t) => {
14 if (!document || !o.content)
15 throw new Error("exist error json or document not loaded");

Callers 1

aFunction · 0.70

Calls 1

tFunction · 0.85

Tested by

no test coverage detected