Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/
Class
src/LiveQuery/Client.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
const
dafaultFields = [
'className'
,
'objectId'
,
'updatedAt'
,
'createdAt'
,
'ACL'
];
7
8
class
Client {
9
id: number;
10
parseWebSocket: any;
11
hasMasterKey: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected