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

Method lastChar

src/eepp/core/string.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253String::StringBaseType String::lastChar() const {
1254 return mString.empty() ? std::numeric_limits<StringBaseType>::max()
1255 : mString[mString.size() - 1];
1256}
1257
1258// Lite (https://github.com/rxi/lite) fuzzy match implementation
1259template <typename T>

Callers 2

tryUpdateEditorTitleMethod · 0.80
splitMethod · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected