MCPcopy Create free account
hub / github.com/parse-community/parse-server / createPublisher

Function createPublisher

src/Adapters/MessageQueue/EventEmitterMQ.js:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50function createPublisher(): any {
51 return new Publisher(emitter);
52}
53
54function createSubscriber(): any {
55 return new Consumer(emitter);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…