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

Method NameAndLocation

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

Source from the content-addressed store, hash-verified

10011namespace TestCaseTracking {
10012
10013NameAndLocation::NameAndLocation(std::string const &_name, SourceLineInfo const &_location)
10014 : name(_name), location(_location) {
10015}
10016
10017ITracker::~ITracker() = default;
10018

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected