pub fn coverageUpdateMessage(msg_bytes: []u8) error
pub fn coverageUpdateMessage(msg_bytes: []u8) error{OutOfMemory}!void { recent_coverage_update.clearRetainingCapacity(); recent_coverage_update.appendSlice(gpa, msg_bytes) catch @panic("OOM"); try updateStats(); try updateCoverage(); }