MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SectionStats

Method SectionStats

Bcore/src/main/cpp/Dobby/tests/catch.hpp:3461–3461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3459 SectionStats(SectionInfo const &_sectionInfo, Counts const &_assertions, double _durationInSeconds,
3460 bool _missingAssertions);
3461 SectionStats(SectionStats const &) = default;
3462 SectionStats(SectionStats &&) = default;
3463 SectionStats &operator=(SectionStats const &) = default;
3464 SectionStats &operator=(SectionStats &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected