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

Method MockNamedValueListNode

src/CppUTestExt/MockNamedValue.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545MockNamedValueListNode::MockNamedValueListNode(MockNamedValue* newValue)
546 : data_(newValue), next_(NULLPTR)
547{
548}
549
550SimpleString MockNamedValueListNode::getName() const
551{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected