MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / emitStructuredAuditLog

Function emitStructuredAuditLog

server/modules/updateAudit.js:265–267  ·  view source on GitHub ↗
(action, payload)

Source from the content-addressed store, hash-verified

263}
264
265function emitStructuredAuditLog(action, payload) {
266 return { action, payload };
267}
268
269function emitAuditInternalError(message, error) {
270 return { message, error };

Callers 5

persistRunFunction · 0.85
startRunFunction · 0.85
startEventFunction · 0.85
finishEventFunction · 0.85
cleanupExpiredRunsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected