Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ extract_function
Function
extract_function
src/common/winapi.cpp:160–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
template <typename T> static void extract_function(T &target, HMODULE handle, const char *proc_name) {
161
target = reinterpret_cast<T>(GetProcAddress(handle, proc_name));
162
}
163
164
class locale_info_handles {
165
public:
Callers
1
winapi.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected