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