| 7195 | |
| 7196 | public: |
| 7197 | ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {} |
| 7198 | |
| 7199 | explicit ExeName( std::string &ref ) : ExeName() { |
| 7200 | m_ref = std::make_shared<BoundValueRef<std::string>>( ref ); |
nothing calls this directly
no outgoing calls
no test coverage detected