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

Method _logOnce

src/GraphQL/ParseGraphQLSchema.js:303–309  ·  view source on GitHub ↗
(severity, message)

Source from the content-addressed store, hash-verified

301 }
302
303 _logOnce(severity, message) {
304 if (this.logCache[message]) {
305 return;
306 }
307 this.log[severity](message);
308 this.logCache[message] = true;
309 }
310
311 addGraphQLType(type, throwError = false, ignoreReserved = false, ignoreConnection = false) {
312 if (

Callers 4

addGraphQLTypeMethod · 0.95
addGraphQLQueryMethod · 0.95
addGraphQLMutationMethod · 0.95
_getFunctionNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected