Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_handleUnsubscribe
Method · 0.80
Client.spec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected