(action, payload)
| 263 | } |
| 264 | |
| 265 | function emitStructuredAuditLog(action, payload) { |
| 266 | return { action, payload }; |
| 267 | } |
| 268 | |
| 269 | function emitAuditInternalError(message, error) { |
| 270 | return { message, error }; |
no outgoing calls
no test coverage detected