MCPcopy
hub / github.com/chartbrew/chartbrew / emitAuditInternalError

Function emitAuditInternalError

server/modules/updateAudit.js:269–271  ·  view source on GitHub ↗
(message, error)

Source from the content-addressed store, hash-verified

267}
268
269function emitAuditInternalError(message, error) {
270 return { message, error };
271}
272
273function cloneTraceContext(traceContext = {}) {
274 const sourceTraceContext = traceContext || {};

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