MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / size

Method size

lib/src/linux/basic_ifmap_t.hpp:288–292  ·  view source on GitHub ↗

<!-- description --> @brief Returns the number of bytes in the file being mapped. <!-- inputs/outputs --> @return Returns the number of bytes in the file being mapped.

Source from the content-addressed store, hash-verified

286 /// mapped.
287 ///
288 [[nodiscard]] constexpr auto
289 size() const noexcept -> bsl::safe_umx
290 {
291 return m_size;
292 }
293
294 /// <!-- description -->
295 /// @brief Returns the GPA associated with the file

Callers 2

release_tableMethod · 0.45
add_tablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected