MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetOrigData

Method GetOrigData

src/core/string_consumer.hpp:88–88  ·  view source on GitHub ↗

* Get the original data, as passed to the constructor. */

Source from the content-addressed store, hash-verified

86 * Get the original data, as passed to the constructor.
87 */
88 [[nodiscard]] std::string_view GetOrigData() const noexcept { return this->src; }
89 /**
90 * Get already read data.
91 */

Callers 2

LoadFromDiskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected