MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / recordInstantEvent

Function recordInstantEvent

server/modules/updateAudit.js:578–581  ·  view source on GitHub ↗
(traceContext, stage, payload = {}, status = "success")

Source from the content-addressed store, hash-verified

576}
577
578async function recordInstantEvent(traceContext, stage, payload = {}, status = "success") {
579 const event = await startEvent(traceContext, stage, payload);
580 return finishEvent(traceContext, event, status, payload);
581}
582
583async function cleanupExpiredRuns(retentionDays) {
584 if (!db.UpdateRun || !db.UpdateRunEvent) {

Callers 3

updateChartDataMethod · 0.85
updateChart.jsFile · 0.85
updateDashboard.jsFile · 0.85

Calls 2

startEventFunction · 0.85
finishEventFunction · 0.85

Tested by

no test coverage detected