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

Method deleteSubscriptionInfo

src/LiveQuery/Client.js:82–84  ·  view source on GitHub ↗
(requestId: number)

Source from the content-addressed store, hash-verified

80 }
81
82 deleteSubscriptionInfo(requestId: number): void {
83 return this.subscriptionInfos.delete(requestId);
84 }
85
86 _pushEvent(type: string): Function {
87 return function (

Callers 2

_handleUnsubscribeMethod · 0.80
Client.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected