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

Function set

src/ParseServer.ts:583–586  ·  view source on GitHub ↗
(newVal)

Source from the content-addressed store, hash-verified

581 return { ...conf, ...ParseServer };
582 },
583 set(newVal) {
584 newVal.appId = Parse.applicationId;
585 Config.put(newVal);
586 },
587 configurable: true,
588 });
589 Object.assign(Parse.Cloud, ParseCloud);

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected