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

Function nobody

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

Source from the content-addressed store, hash-verified

65
66// A helper to get a nobody-level Auth object
67function nobody(config) {
68 return new Auth({ config, isMaster: false });
69}
70
71const throttle = new LRU({
72 max: 10000,

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…