| 655 | } |
| 656 | |
| 657 | std::string ZepBuffer::GetDisplayName() const { |
| 658 | if (m_filePath.empty()) { |
| 659 | return m_strName; |
| 660 | } |
| 661 | return m_filePath.string(); |
| 662 | } |
| 663 | |
| 664 | fs::path ZepBuffer::GetFilePath() const { |
| 665 | return m_filePath; |
no test coverage detected