MCPcopy Index your code
hub / github.com/parse-community/parse-server / handler

Method handler

src/Adapters/PubSub/EventEmitterPubSub.js:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 subscribe(channel: string): void {
28 const handler = message => {
29 this.emit('message', channel, message);
30 };
31 this.subscriptions.set(channel, handler);
32 this.emitter.on(channel, handler);
33 }

Callers 5

handleBatchFunction · 0.45
handleRateLimitFunction · 0.45
tryRouteRequestMethod · 0.45
mountCustomRoutesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected