| 6084 | |
| 6085 | public: |
| 6086 | ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {} |
| 6087 | |
| 6088 | explicit ExeName( std::string &ref ) : ExeName() { |
| 6089 | m_ref = std::make_shared<BoundValueRef<std::string>>( ref ); |
nothing calls this directly
no outgoing calls
no test coverage detected