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

Function isAsyncRequestStartMiddleware

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

Source from the content-addressed store, hash-verified

45 }
46
47 static isAsyncRequestStartMiddleware(type: Function): boolean {
48 return ObjectUtility.create(type.prototype)
49 instanceof RequestStartMiddlewareAsync;
50 }
51
52 static isSyncRequestEndMiddleware(type: Function): boolean {
53 return Object.create(type.prototype)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected