MCPcopy Create free account
hub / github.com/SpartanJ/eepp / empty

Method empty

src/eepp/core/string.cpp:2067–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2065}
2066
2067bool String::empty() const {
2068 return mString.empty();
2069}
2070
2071void String::erase( std::size_t position, std::size_t count ) {
2072 mString.erase( position, count );

Callers 13

showResultsMethod · 0.45
isHexNotationMethod · 0.45
splitMethod · 0.45
splitCbMethod · 0.45
trimInPlaceMethod · 0.45
lastCharMethod · 0.45
valueIndexMethod · 0.45
numberCleanInPlaceMethod · 0.45
formatBufferMethod · 0.45
countLinesMethod · 0.45
strip_ansi_scalarFunction · 0.45
strip_ansi_avx2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected