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

Method compatibleForCopying

src/CppUTestExt/MockNamedValue.cpp:477–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477bool MockNamedValue::compatibleForCopying(const MockNamedValue& p) const
478{
479 if (type_ == p.type_) return true;
480
481 if ((type_ == "const void*") && (p.type_ == "void*"))
482 return true;
483
484 return false;
485}
486
487SimpleString MockNamedValue::toString() const
488{

Callers 1

hasOutputParameterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected