-------------------------------------------------------------------------
| 21 | { |
| 22 | //------------------------------------------------------------------------- |
| 23 | HtmlFile::HtmlFile( |
| 24 | std::filesystem::path absolutePath, |
| 25 | std::filesystem::path relativeLinkPath) |
| 26 | : absolutePath_(absolutePath) |
| 27 | , relativeLinkPath_(relativeLinkPath) |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | //------------------------------------------------------------------------- |
| 32 | const std::filesystem::path& HtmlFile::GetAbsolutePath() const |
nothing calls this directly
no outgoing calls
no test coverage detected