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

Function register

tests/integration/app.middleware.spec.ts:259–261  ·  view source on GitHub ↗
(dino: Dino)

Source from the content-addressed store, hash-verified

257 const baseRoute = '/api/test';
258
259 function register(dino: Dino): void {
260 dino.registerController(TestController);
261 }
262
263 it('dino.applicationStart_verify_starts_invoked', done => {
264 const x = initializeTests();

Callers 1

Calls 1

registerControllerMethod · 0.65

Tested by

no test coverage detected