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

Function setDataConstObject_c

src/CppUTestExt/MockSupport_c.cpp:1060–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void setDataConstObject_c(const char* name, const char* type, const void* value)
1061{
1062 currentMockSupport->setDataConstObject(name, type, value);
1063}
1064
1065MockValue_c getData_c(const char* name)
1066{

Callers

nothing calls this directly

Calls 1

setDataConstObjectMethod · 0.80

Tested by

no test coverage detected