MCPcopy Create free account
hub / github.com/cinit/TMoe / getLength

Method getLength

app/src/main/cpp/utils/FileMemMap.h:58–60  ·  view source on GitHub ↗

* Get the length of the mapped file. * @return length of the mapped file, or 0 if the file is not mapped. */

Source from the content-addressed store, hash-verified

56 * @return length of the mapped file, or 0 if the file is not mapped.
57 */
58 [[nodiscard]] inline size_t getLength() const noexcept {
59 return mLength;
60 }
61
62 /**
63 * Get is the file is mapped.

Callers 1

lookupFileLogLogsEnabledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected