Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2067
bool String::empty() const {
2068
return mString.empty();
2069
}
2070
2071
void String::erase( std::size_t position, std::size_t count ) {
2072
mString.erase( position, count );
Callers
13
showResults
Method · 0.45
isHexNotation
Method · 0.45
split
Method · 0.45
splitCb
Method · 0.45
trimInPlace
Method · 0.45
lastChar
Method · 0.45
valueIndex
Method · 0.45
numberCleanInPlace
Method · 0.45
formatBuffer
Method · 0.45
countLines
Method · 0.45
strip_ansi_scalar
Function · 0.45
strip_ansi_avx2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected