Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setNext
Method
setNext
src/CppUTestExt/MockNamedValue.cpp:525–528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
void MockNamedValueListNode::setNext(MockNamedValueListNode* node)
526
{
527
next_ = node;
528
}
529
530
MockNamedValueListNode* MockNamedValueListNode::next()
531
{
Callers
1
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected