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

Method appStartMiddleware

src/modules/interfaces/idino.ts:51–51  ·  view source on GitHub ↗
(middleware: Function)

Source from the content-addressed store, hash-verified

49 builtInRequestStartMiddleware(middleware: Function): void;
50 routeNotFoundMiddleware(middleware: Function): void;
51 appStartMiddleware(middleware: Function): void;
52 requestStartMiddleware(middleware: Function): void;
53 requestEndMiddleware(middleware: Function): void;
54 registerErrorMiddleware(middleware: Function): void;

Callers 2

buildMethod · 0.65

Implementers 1

DinoContainersrc/modules/core/dino.container.ts

Calls

no outgoing calls

Tested by

no test coverage detected