Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ handleRequest
Method
handleRequest
cli/src/api/api.extraHeaders.test.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
onSocketDisconnect(): void { }
25
registerHandler(): void { }
26
handleRequest(): Promise<string> {
27
return
Promise.resolve(
'{}'
)
28
}
29
}
30
}))
31
Callers
6
listViaRpc
Function · 0.45
directories.test.ts
File · 0.45
callListOpencodeModels
Function · 0.45
connect
Method · 0.45
constructor
Method · 0.45
startHappyServer
Function · 0.45
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected