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

Function joinTableName

src/Controllers/DatabaseController.js:319–321  ·  view source on GitHub ↗
(className, key)

Source from the content-addressed store, hash-verified

317};
318
319function joinTableName(className, key) {
320 return `_Join:${key}:${className}`;
321}
322
323const flattenUpdateOperatorsForCreate = object => {
324 for (const key in object) {

Callers 3

relatedIdsMethod · 0.85
owningIdsMethod · 0.85
deleteSchemaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…