Skip to content

Reduce repeated calls to hasBSError

We add a new function in PixelConditionTools, which skip the if (hasBSError(moduleHash, ctx)) { return true; } as it was called in first instance of bool PixelConditionsSummaryTool::isGood(const IdentifierHash & moduleHash, const Identifier &elementId, const EventContext& ctx) const

Edited by Zuchen Huang

Merge request reports