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