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

Method appStartMiddleware

src/modules/core/dino.container.ts:120–125  ·  view source on GitHub ↗
(middleware: Function)

Source from the content-addressed store, hash-verified

118 }
119
120 appStartMiddleware(middleware: Function): void {
121 if (DinoUtility.isSyncAppStartMiddleware(middleware)) {
122 let mw = this.resolve<AppStartMiddleware>(middleware, null);
123 mw.invoke();
124 }
125 }
126
127 requestStartMiddleware(middleware: Function): void {
128 if (DinoUtility.isSyncRequestStartMiddleware(middleware)) {

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected