Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getData_c
Function
getData_c
src/CppUTestExt/MockSupport_c.cpp:1065–1068 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1063
}
1064
1065
MockValue_c getData_c(const char* name)
1066
{
1067
return getMockValueCFromNamedValue(currentMockSupport->getData(name));
1068
}
1069
1070
int hasReturnValue_c()
1071
{
Callers
nothing calls this directly
Calls
2
getMockValueCFromNamedValue
Function · 0.85
getData
Method · 0.80
Tested by
no test coverage detected