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

Method ExeName

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

Source from the content-addressed store, hash-verified

5886
5887public:
5888 ExeName() : m_name(std::make_shared<std::string>("<executable>")) {
5889 }
5890
5891 explicit ExeName(std::string &ref) : ExeName() {
5892 m_ref = std::make_shared<BoundValueRef<std::string>>(ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected