Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyhttp/tinyhttp
/ func
Function
func
examples/eta/index.ts:9–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
app.engine(
'eta'
, eta)
8
9
function
func() {
10
return
new
Promise((resolve) => {
11
setTimeout(() => {
12
resolve(
'HI FROM ASYNC'
)
13
}, 20)
14
})
15
}
16
17
app.use(
18
(_, res) =>
Callers
1
runServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected