MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / get

Method get

tests/integration/attributes.spec.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19 @HttpGet('/get')
20 get(): any {
21 return { data: 'Get' };
22 }
23
24 @HttpGet('/getWithoutData')
25 getWithoutDate(): void {

Callers 1

attributes.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected