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

Method rbegin

src/eepp/core/string.cpp:2138–2140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2136}
2137
2138String::ReverseIterator String::rbegin() {
2139 return mString.rbegin();
2140}
2141
2142String::ConstReverseIterator String::rbegin() const {
2143 return mString.rbegin();

Callers 15

createTerminalMethod · 0.80
createNewTerminalMethod · 0.80
goToPrevErrorMethod · 0.80
goToPrevErrorMethod · 0.80
removeLightMethod · 0.80
getLightOverMethod · 0.80
getObjectOverMethod · 0.80
reverseMethod · 0.80
reverseMethod · 0.80
parseFieldsMethod · 0.80
setHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected