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

Function isAsyncRequestEndMiddleware

src/modules/utility/dino.utility.ts:57–60  ·  view source on GitHub ↗
(type: Function)

Source from the content-addressed store, hash-verified

55 }
56
57 static isAsyncRequestEndMiddleware(type: Function): boolean {
58 return Object.create(type.prototype)
59 instanceof RequestEndMiddlewareAsync;
60 }
61
62 static isSyncActionFilter(type: Function): boolean {
63 return ObjectUtility.create(type.prototype)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected