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

Method begin

source/core/StarString.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142String::const_iterator String::begin() const {
143 return const_iterator(m_string.begin());
144}
145
146String::const_iterator String::end() const {
147 return const_iterator(m_string.end());

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