Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ GetCurrentProcessModulePath
Function
GetCurrentProcessModulePath
src/Config.cpp:244–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
std::string GetCurrentProcessModulePath() {
245
return GetModulePath(nullptr);
246
}
247
248
std::string GetCurrentLibraryModulePath() {
249
HMODULE module = nullptr;
Callers
1
NewFromFile
Method · 0.85
Calls
1
GetModulePath
Function · 0.85
Tested by
no test coverage detected