MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / end

Method end

source/core/StarString.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146String::const_iterator String::end() const {
147 return const_iterator(m_string.end());
148}
149
150size_t String::size() const {
151 return utf8Length(m_string.c_str(), m_string.size());

Callers 4

findMethod · 0.45
findLastMethod · 0.45
compareMethod · 0.45
StarString.cppFile · 0.45

Calls 1

const_iteratorClass · 0.70

Tested by

no test coverage detected