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

Function userIdForLog

src/triggers.js:417–419  ·  view source on GitHub ↗
(auth)

Source from the content-addressed store, hash-verified

415}
416
417function userIdForLog(auth) {
418 return auth && auth.user ? auth.user.id : undefined;
419}
420
421function logTriggerAfterHook(triggerType, className, input, auth, logLevel) {
422 if (logLevel === 'silent') {

Callers 3

logTriggerAfterHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected