Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/course-dasheng/fe-algorithm
/ runner
Function
runner
interview/limit.js:36–40 ·
view source on GitHub ↗
(fn,...args)
Source
from the content-addressed store, hash-verified
34
}
35
36
let
runner = (fn,...args)=>{
37
return
new
Promise((resolve)=>{
38
push(fn,resolve,args)
39
})
40
}
41
return
runner
42
43
Callers
nothing calls this directly
Calls
1
push
Function · 0.85
Tested by
no test coverage detected