MCPcopy Create free account
hub / github.com/ElementsProject/elements / has

Method has

src/bench/nanobench.h:2952–2954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2950}
2951
2952bool Result::has(Measure m) const noexcept {
2953 return !mNameToMeasurements[detail::u(m)].empty();
2954}
2955
2956double Result::get(size_t idx, Measure m) const {
2957 auto const& data = mNameToMeasurements[detail::u(m)];

Callers 4

check_MACHO_NOUNDEFSFunction · 0.80
showResultMethod · 0.80
addMethod · 0.80

Calls 2

uFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected