Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CreateBranchCoverage
Function
CreateBranchCoverage
tools/branch_coverage.cc:247–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
} // namespace
246
247
std::unique_ptr<BranchCoverage> CreateBranchCoverage(const CheckedExpr& expr) {
248
auto result = std::make_unique<BranchCoverageImpl>(expr);
249
result->Init();
250
return result;
251
}
252
253
} // namespace cel
Callers
1
TEST
Function · 0.85
Calls
1
Init
Method · 0.80
Tested by
1
TEST
Function · 0.68