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

Function isSyncRequestStartMiddleware

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

Source from the content-addressed store, hash-verified

40 }
41
42 static isSyncRequestStartMiddleware(type: Function): boolean {
43 return ObjectUtility.create(type.prototype)
44 instanceof RequestStartMiddleware;
45 }
46
47 static isAsyncRequestStartMiddleware(type: Function): boolean {
48 return ObjectUtility.create(type.prototype)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected