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

Function installComparator_c

src/CppUTestExt/MockSupport_c.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218void (*returnFunctionPointerValueOrDefault_c(void(*defaultValue)()))();
219
220static void installComparator_c (const char* typeName, MockTypeEqualFunction_c isEqual, MockTypeValueToStringFunction_c valueToString)
221{
222 comparatorList_ = new MockCFunctionComparatorNode(comparatorList_, isEqual, valueToString);
223 currentMockSupport->installComparator(typeName, *comparatorList_);
224}
225
226static void installCopier_c (const char* typeName, MockTypeCopyFunction_c copier)
227{

Callers

nothing calls this directly

Calls 1

installComparatorMethod · 0.45

Tested by

no test coverage detected