Getter and setter for content size.
| 27 | public: |
| 28 | /// Getter and setter for content size. |
| 29 | uint64_t getContentSize() const noexcept { return ContentSize; } |
| 30 | void setContentSize(uint64_t Size) noexcept { ContentSize = Size; } |
| 31 | |
| 32 | /// Getter and setter for start offset in source. |
no outgoing calls
no test coverage detected