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

Method detach

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

Source from the content-addressed store, hash-verified

56 }
57
58 inline void detach() {
59 mRva = {nullptr, 0};
60 mPointerSize = 0;
61 mArchitecture = 0;
62 }
63
64 [[nodiscard]] inline int getPointerSize() const noexcept {
65 return mPointerSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected