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

Function register

tests/integration/attributes.spec.ts:78–81  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

76 const baseRoute = '/api/test';
77
78 function register(dino: Dino): void {
79 dino.registerController(TestController);
80 dino.bind();
81 }
82
83 it('In_/get_data_is_returned_$Get_returns_200_and_data', done => {
84 const x = initializeTests();

Callers 1

attributes.spec.tsFile · 0.70

Calls 2

registerControllerMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected