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

Method getPointerSize

app/src/main/cpp/utils/elfsym/ProcessView.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int ProcessView::getPointerSize() const noexcept {
114 return mPointerSize;
115}
116
117bool ProcessView::isValid() const noexcept {
118 return mPointerSize != 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected