| 543 | } |
| 544 | |
| 545 | MockNamedValueListNode::MockNamedValueListNode(MockNamedValue* newValue) |
| 546 | : data_(newValue), next_(NULLPTR) |
| 547 | { |
| 548 | } |
| 549 | |
| 550 | SimpleString MockNamedValueListNode::getName() const |
| 551 | { |
nothing calls this directly
no outgoing calls
no test coverage detected