Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ pop_back
Method
pop_back
src/eepp/core/string.cpp:1442–1444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1440
}
1441
1442
void String::pop_back() {
1443
mString.pop_back();
1444
}
1445
1446
const String::StringBaseType& String::front() const {
1447
return mString.front();
Callers
15
removeLastNewLineCharacter
Method · 0.80
processNextReplaceInBuffer
Method · 0.80
csihandle
Method · 0.80
removeDotSegments
Method · 0.80
mergePath
Method · 0.80
split
Method · 0.80
numberClean
Method · 0.80
numberCleanInPlace
Method · 0.80
updateLayout
Method · 0.80
clipDisable
Method · 0.80
clipPlaneDisable
Method · 0.80
getCodeEditorFlags
Method · 0.80
Calls
no outgoing calls
Tested by
2
UTEST
Function · 0.64
UTEST
Function · 0.64