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

Function register

tests/integration/segments.spec.ts:48–51  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

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

Callers 1

segments.spec.tsFile · 0.70

Calls 2

registerControllerMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected