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

Function setConstPointerData_c

src/CppUTestExt/MockSupport_c.cpp:1045–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045void setConstPointerData_c(const char* name, const void* value)
1046{
1047 currentMockSupport->setData(name, value);
1048}
1049
1050void setFunctionPointerData_c(const char* name, void (*value)())
1051{

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.80

Tested by

no test coverage detected