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

Method constructor

src/LiveQuery/Id.js:5–8  ·  view source on GitHub ↗
(className: string, objectId: string)

Source from the content-addressed store, hash-verified

3 objectId: string;
4
5 constructor(className: string, objectId: string) {
6 this.className = className;
7 this.objectId = objectId;
8 }
9 toString(): string {
10 return this.className + ':' + this.objectId;
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected