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

Function register

tests/integration/http.exception.spec.ts:50–53  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

48 const baseRoute = '/api/test';
49
50 function register(dino: Dino): void {
51 dino.registerController(TestController);
52 dino.bind();
53 }
54
55 it('throwSync.returns_HttpResponseException_with_internalServerError', done => {
56 const x = initializeTests();

Callers 1

Calls 2

registerControllerMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected