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

Method destroy

src/CppUTestExt/MockNamedValue.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void MockNamedValueListNode::destroy()
541{
542 delete data_;
543}
544
545MockNamedValueListNode::MockNamedValueListNode(MockNamedValue* newValue)
546 : data_(newValue), next_(NULLPTR)

Callers 1

clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected