| 224 | } |
| 225 | |
| 226 | static void installCopier_c (const char* typeName, MockTypeCopyFunction_c copier) |
| 227 | { |
| 228 | copierList_ = new MockCFunctionCopierNode(copierList_, copier); |
| 229 | currentMockSupport->installCopier(typeName, *copierList_); |
| 230 | } |
| 231 | |
| 232 | static void removeAllComparatorsAndCopiers_c() |
| 233 | { |
nothing calls this directly
no test coverage detected