Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ParallelTask/dinoloop
/ get
Method
get
tests/integration/segments.spec.ts:15–17 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
13
14
@HttpGet(
'/:id'
)
15
get(id: string): any {
16
return
{ data: id };
17
}
18
19
@HttpGet(
'/:user/images/:img'
)
20
getImg(img: string, user: string): any {
Callers
7
parse.spec.ts
File · 0.45
http.exception.spec.ts
File · 0.45
segments.spec.ts
File · 0.45
query.param.spec.ts
File · 0.45
app.middleware.spec.ts
File · 0.45
error.controller.spec.ts
File · 0.45
http.response.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected