MCPcopy 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

240class TestController extends ApiController {
241 @HttpGet('/get')
242 get(): string {
243 return testResponse;
244 }
245}
246
247@Controller('/ex', {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected