MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / GetDisplayName

Method GetDisplayName

external/zep/src/buffer.cpp:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

SaveBufferMethod · 0.80
UpdateAirlineMethod · 0.80

Calls 2

stringMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected