MCPcopy Create free account
hub / github.com/OneSignal/onesignal-node-api / pre

Method pre

middleware.ts:34–36  ·  view source on GitHub ↗
(context: RequestContext)

Source from the content-addressed store, hash-verified

32 }
33
34 pre(context: RequestContext): Observable<RequestContext> {
35 return from(this.middleware.pre(context));
36 }
37
38 post(context: ResponseContext): Observable<ResponseContext> {
39 return from(this.middleware.post(context));

Callers

nothing calls this directly

Calls 2

fromFunction · 0.90
preMethod · 0.65

Tested by

no test coverage detected