Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
std::vector<ProcessView::Module> ProcessView::getModules() const {
122
return mProcessModules;
123
}
124
125
int ProcessView::getArchitecture() const noexcept {
126
return mArchitecture;
Callers
1
lookupFileLogLogsEnabled
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected