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

Function setFunctionPointerData_c

src/CppUTestExt/MockSupport_c.cpp:1050–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050void setFunctionPointerData_c(const char* name, void (*value)())
1051{
1052 currentMockSupport->setData(name, (cpputest_cpp_function_pointer) value);
1053}
1054
1055void setDataObject_c(const char* name, const char* type, void* value)
1056{

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.80

Tested by

no test coverage detected