MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / sleep

Function sleep

lib/function.js:73–75  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

71}
72
73const sleep = async(ms) => {
74 return new Promise(resolve => setTimeout(resolve, ms))
75}
76
77const fetchJson = async (url, options) => {
78 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected