MCPcopy 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
1442void String::pop_back() {
1443 mString.pop_back();
1444}
1445
1446const String::StringBaseType& String::front() const {
1447 return mString.front();

Callers 15

csihandleMethod · 0.80
removeDotSegmentsMethod · 0.80
mergePathMethod · 0.80
splitMethod · 0.80
numberCleanMethod · 0.80
numberCleanInPlaceMethod · 0.80
updateLayoutMethod · 0.80
clipDisableMethod · 0.80
clipPlaneDisableMethod · 0.80
getCodeEditorFlagsMethod · 0.80

Calls

no outgoing calls

Tested by 2

UTESTFunction · 0.64
UTESTFunction · 0.64