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

Function setDataObject_c

src/CppUTestExt/MockSupport_c.cpp:1055–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055void setDataObject_c(const char* name, const char* type, void* value)
1056{
1057 currentMockSupport->setDataObject(name, type, value);
1058}
1059
1060void setDataConstObject_c(const char* name, const char* type, const void* value)
1061{

Callers

nothing calls this directly

Calls 1

setDataObjectMethod · 0.80

Tested by

no test coverage detected