Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
540
void MockNamedValueListNode::destroy()
541
{
542
delete data_;
543
}
544
545
MockNamedValueListNode::MockNamedValueListNode(MockNamedValue* newValue)
546
: data_(newValue), next_(NULLPTR)
Callers
1
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected