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

Function installCopier_c

src/CppUTestExt/MockSupport_c.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static void installCopier_c (const char* typeName, MockTypeCopyFunction_c copier)
227{
228 copierList_ = new MockCFunctionCopierNode(copierList_, copier);
229 currentMockSupport->installCopier(typeName, *copierList_);
230}
231
232static void removeAllComparatorsAndCopiers_c()
233{

Callers

nothing calls this directly

Calls 1

installCopierMethod · 0.45

Tested by

no test coverage detected