MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / register

Function register

tests/integration/api.controller.spec.ts:94–99  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

92 const baseRoute = '/api/test';
93
94 function register(dino: Dino): void {
95 dino.registerController(TestController);
96 dino.serverError(ErrEnd);
97 dino.requestEnd(JsonEnd);
98 dino.bind();
99 }
100
101 it('dino.proceed_with_cb_$Get_returns_200_and_data', done => {
102 const x = initializeTests();

Callers 1

Calls 4

registerControllerMethod · 0.65
serverErrorMethod · 0.65
requestEndMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected