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

Method size

src/CppUTestExt/MockExpectedCallsList.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53unsigned int MockExpectedCallsList::size() const
54{
55 unsigned int count = 0;
56 for (MockExpectedCallsListNode* p = head_; p; p = p->next_)
57 count++;
58 return count;
59}
60
61bool MockExpectedCallsList::isEmpty() const
62{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected