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

Function maintenance

src/Auth.js:57–59  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

55
56// A helper to get a maintenance-level Auth object
57function maintenance(config) {
58 return new Auth({ config, isMaintenance: true });
59}
60
61// A helper to get a master-level Auth object
62function readOnly(config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…