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

Function register

tests/integration/query.param.spec.ts:63–66  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

61 const baseRoute = '/api/test';
62
63 function register(dino: Dino): void {
64 dino.registerController(TestController);
65 dino.bind();
66 }
67
68 it('queryParam.toBoolean.parses_boolean', done => {
69 const x = initializeTests();

Callers 1

Calls 2

registerControllerMethod · 0.65
bindMethod · 0.65

Tested by

no test coverage detected