MCPcopy Create free account
hub / github.com/cpputest/cpputest / setStringData_c

Function setStringData_c

src/CppUTestExt/MockSupport_c.cpp:1035–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035void setStringData_c(const char* name, const char* value)
1036{
1037 currentMockSupport->setData(name, value);
1038}
1039
1040void setPointerData_c(const char* name, void* value)
1041{

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.80

Tested by

no test coverage detected