MCPcopy 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
1065MockValue_c getData_c(const char* name)
1066{
1067 return getMockValueCFromNamedValue(currentMockSupport->getData(name));
1068}
1069
1070int hasReturnValue_c()
1071{

Callers

nothing calls this directly

Calls 2

getDataMethod · 0.80

Tested by

no test coverage detected