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

Function register

tests/integration/http.response.spec.ts:42–45  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

40 const baseRoute = '/api/test';
41
42 function register(dino: Dino): void {
43 dino.registerController(TestController);
44 dino.bind();
45 }
46
47 it('result.returns_HttpResponseMessage_with_ok', done => {
48 const x = initializeTests();

Callers 1

Calls 2

registerControllerMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected