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

Method isValid

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

Source from the content-addressed store, hash-verified

115}
116
117bool ProcessView::isValid() const noexcept {
118 return mPointerSize != 0;
119}
120
121std::vector<ProcessView::Module> ProcessView::getModules() const {
122 return mProcessModules;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected