Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setUnsignedIntData_c
Function
setUnsignedIntData_c
src/CppUTestExt/MockSupport_c.cpp:1025–1028 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1023
}
1024
1025
void setUnsignedIntData_c(const char* name, unsigned int value)
1026
{
1027
currentMockSupport->setData(name, value);
1028
}
1029
1030
void setDoubleData_c(const char* name, double value)
1031
{
Callers
nothing calls this directly
Calls
1
setData
Method · 0.80
Tested by
no test coverage detected