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

Method rend

src/eepp/core/string.cpp:2146–2148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144}
2145
2146String::ReverseIterator String::rend() {
2147 return mString.rend();
2148}
2149
2150String::ConstReverseIterator String::rend() const {
2151 return mString.rend();

Callers 15

goToPrevErrorMethod · 0.80
goToPrevErrorMethod · 0.80
removeLightMethod · 0.80
getLightOverMethod · 0.80
getObjectOverMethod · 0.80
reverseMethod · 0.80
reverseMethod · 0.80
getShortestEdgeMethod · 0.80
drawMethod · 0.80
findPreviousSplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected