Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
const
isMergeEnabled = mergeTVCategory !== false && mergeTVCategory !==
"false"
;
5
6
function
delay(ms) {
7
return
new
Promise(resolve => {
8
setTimeout(resolve, ms)
9
})
10
}
11
12
13
// cates 大致结构
Callers
3
fetchURLByAndroid720p
Function · 0.90
app.js
File · 0.90
get302URL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected