MCPcopy Create free account
hub / github.com/NobyDa/Script / time

Function time

iQIYI-DailyBonus/iQIYI.js:505–508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503
504 const log = (message) => console.log(message)
505 const time = () => {
506 const end = ((Date.now() - start) / 1000).toFixed(2)
507 return console.log('\n签到用时: ' + end + ' 秒')
508 }
509 const done = (value = {}) => {
510 if (isQuanX) return $done(value)
511 if (isSurge) isRequest ? $done(value) : $done()

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected