Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ GetInvokeFunction
Function
GetInvokeFunction
UnitTest/UnitTest.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
auto static GetInvokeFunction(HMODULE module)
187
{
188
return reinterpret_cast<InvokeFunc>(GetProcAddress(module,
"InvokeImpl"
));
189
}
190
191
class MockShellItem : public IShellItem
192
{
Callers
1
TEST_METHOD
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected