MCPcopy
hub / github.com/parse-community/parse-server / toString

Method toString

src/LiveQuery/Id.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 this.objectId = objectId;
8 }
9 toString(): string {
10 return this.className + ':' + this.objectId;
11 }
12
13 static fromString(str: string) {
14 var split = str.split(':');

Callers 15

randomHexStringFunction · 0.80
getTextMethod · 0.80
encodeForUrlMethod · 0.80
getTypeFunction · 0.80
decodeBase64Function · 0.80
maskSensitiveUrlFunction · 0.80
getTypeFunction · 0.80
_getGraphQLOptionsMethod · 0.80
OAuth1Client.jsFile · 0.80
loadAuthAdapterFunction · 0.80
escapeFilterFunction · 0.80

Calls

no outgoing calls

Tested by 4

setupMergeFixtureFunction · 0.64
createProductFunction · 0.64
postMultipartFunction · 0.64
waitForStartupFunction · 0.64