Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParallelTask/dinoloop
/ get
Method
get
tests/integration/dinowares.flow.spec.ts:242–244 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
class
TestController extends ApiController {
241
@HttpGet(
'/get'
)
242
get(): string {
243
return
testResponse;
244
}
245
}
246
247
@Controller(
'/ex'
, {
Callers
1
dinowares.flow.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected