Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParallelTask/dinoloop
/ errCb
Method
errCb
tests/integration/api.controller.spec.ts:70–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
@SendsResponse()
69
@HttpGet(
'/errCb'
)
70
errCb(): void {
71
setTimeout(() => {
72
this.dino.throw(
new
Error(
'TestError'
));
73
}, 2);
74
}
75
76
@SendsResponse()
77
@HttpGet(
'/nextCb'
)
Callers
nothing calls this directly
Calls
1
throw
Method · 0.80
Tested by
no test coverage detected