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

Method getModules

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

Source from the content-addressed store, hash-verified

119}
120
121std::vector<ProcessView::Module> ProcessView::getModules() const {
122 return mProcessModules;
123}
124
125int ProcessView::getArchitecture() const noexcept {
126 return mArchitecture;

Callers 1

lookupFileLogLogsEnabledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected