MCPcopy Create free account
hub / github.com/catchorg/Catch2 / ExeName

Method ExeName

extras/catch_amalgamated.cpp:3060–3061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3058 }
3059
3060 ExeName::ExeName() :
3061 m_name(std::make_shared<std::string>("<executable>")) {}
3062
3063 ExeName::ExeName(std::string& ref) : ExeName() {
3064 m_ref = std::make_shared<Detail::BoundValueRef<std::string>>(ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected