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

Method getPointerSize

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

Source from the content-addressed store, hash-verified

62 }
63
64 [[nodiscard]] inline int getPointerSize() const noexcept {
65 return mPointerSize;
66 }
67
68 [[nodiscard]] inline int getArchitecture() const noexcept {
69 return mArchitecture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected