MCPcopy Create free account
hub / github.com/Toulu-debug/enen / wait

Function wait

TS_USER_AGENTS.ts:108–112  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

106}
107
108function wait(ms: number) {
109 return new Promise(resolve => {
110 setTimeout(resolve, ms)
111 })
112}
113
114function getJxToken(cookie: string, phoneId: string = '') {
115 function generateStr(input: number) {

Callers 5

jd_bean_box.tsFile · 0.90
jd_sgmh.tsFile · 0.90
getshareCodeHWFunction · 0.85
getShareCodePoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected