Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markedjs/marked
/ timeout
Function
timeout
test/unit/utils.js:1–5 ·
view source on GitHub ↗
(ms = 1)
Source
from the content-addressed store, hash-verified
1
export
async
function
timeout(ms = 1) {
2
return
new
Promise(resolve => {
3
setTimeout(resolve, ms);
4
});
5
}
Callers
6
preprocess
Function · 0.90
postprocess
Function · 0.90
processAllTokens
Function · 0.90
provideLexer
Function · 0.90
provideParser
Function · 0.90
walkTokens
Function · 0.90
Calls
no outgoing calls
Tested by
6
preprocess
Function · 0.72
postprocess
Function · 0.72
processAllTokens
Function · 0.72
provideLexer
Function · 0.72
provideParser
Function · 0.72
walkTokens
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…