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

Method isValid

app/src/main/cpp/utils/elfsym/ElfView.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 void attachFileMemMapping(const Rva &rva);
53
54 [[nodiscard]] bool isValid() const noexcept {
55 return mPointerSize != 0;
56 }
57
58 inline void detach() {
59 mRva = {nullptr, 0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected