| 5886 | |
| 5887 | public: |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected