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