MCPcopy Create free account
hub / github.com/develop202/migu_video / delay

Function delay

utils/fetchList.js:6–10  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

4const isMergeEnabled = mergeTVCategory !== false && mergeTVCategory !== "false";
5
6function delay(ms) {
7 return new Promise(resolve => {
8 setTimeout(resolve, ms)
9 })
10}
11
12
13// cates 大致结构

Callers 3

fetchURLByAndroid720pFunction · 0.90
app.jsFile · 0.90
get302URLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected