MCPcopy Index your code
hub / github.com/parse-community/parse-server / get

Function get

src/ParseServer.ts:579–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

577 const ParseServer = require('./cloud-code/Parse.Server');
578 Object.defineProperty(Parse, 'Server', {
579 get() {
580 const conf = Config.get(Parse.applicationId);
581 return { ...conf, ...ParseServer };
582 },
583 set(newVal) {
584 newVal.appId = Parse.applicationId;
585 Config.put(newVal);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected