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

Function isAsyncResultFilter

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

Source from the content-addressed store, hash-verified

75 }
76
77 static isAsyncResultFilter(type: Function): boolean {
78 return ObjectUtility.create(type.prototype)
79 instanceof ResultFilterAsync;
80 }
81
82 static isSyncErrorMiddleware(type: Function): boolean {
83 return ObjectUtility.create(type.prototype) instanceof ErrorMiddleware;

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected