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

Method get

tests/integration/controller.middleware.spec.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73class TestController extends ApiController {
74 @HttpGet('/get')
75 get(): string {
76 return testResponse;
77 }
78}
79
80describe('controller.middleware.e2e.spec', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected