MCPcopy 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.tsFile · 0.45
segments.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected