-------------------------------------------------------------------------
| 72 | |
| 73 | //------------------------------------------------------------------------- |
| 74 | const std::filesystem::path* TemporaryPath::operator->() const |
| 75 | { |
| 76 | return &path_; |
| 77 | } |
| 78 | } |
nothing calls this directly
no outgoing calls
no test coverage detected