Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setPointerData_c
Function
setPointerData_c
src/CppUTestExt/MockSupport_c.cpp:1040–1043 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1038
}
1039
1040
void setPointerData_c(const char* name, void* value)
1041
{
1042
currentMockSupport->setData(name, value);
1043
}
1044
1045
void setConstPointerData_c(const char* name, const void* value)
1046
{
Callers
nothing calls this directly
Calls
1
setData
Method · 0.80
Tested by
no test coverage detected