MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / sleep

Function sleep

Support/SingleFileLibs/javascript/app.js:85–85  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

83
84 // Utils
85 const sleep = (ms) => new Promise(r => setTimeout(r, ms));
86
87 function setTheme(dark) {
88 document.documentElement.setAttribute('data-theme', dark ? 'dark' : 'light');

Callers 1

downloadAllZipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected