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

Method isEmpty

src/CppUTest/SimpleString.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446bool SimpleString::isEmpty() const
447{
448 return size() == 0;
449}
450
451SimpleString::~SimpleString()
452{

Callers 3

createFileNameMethod · 0.45
writeTestCasesMethod · 0.45
createUserTextMethod · 0.45

Calls

no outgoing calls

Tested by 3

createFileNameMethod · 0.36
writeTestCasesMethod · 0.36
createUserTextMethod · 0.36