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

Function isAsyncActionFilter

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

Source from the content-addressed store, hash-verified

65 }
66
67 static isAsyncActionFilter(type: Function): boolean {
68 return ObjectUtility.create(type.prototype)
69 instanceof ActionFilterAsync;
70 }
71
72 static isSyncResultFilter(type: Function): boolean {
73 return ObjectUtility.create(type.prototype)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected