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