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

Method getSubscriptionInfo

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

Source from the content-addressed store, hash-verified

76 }
77
78 getSubscriptionInfo(requestId: number): any {
79 return this.subscriptionInfos.get(requestId);
80 }
81
82 deleteSubscriptionInfo(requestId: number): void {
83 return this.subscriptionInfos.delete(requestId);

Callers 7

_matchesCLPMethod · 0.80
_filterSensitiveDataMethod · 0.80
getSessionFromClientMethod · 0.80
_checkWatchFieldsMethod · 0.80
_matchesACLMethod · 0.80
_handleUnsubscribeMethod · 0.80
Client.spec.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected