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

Method begin

source/core/StarStringView.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52StringView::const_iterator StringView::begin() const {
53 return const_iterator(m_view.begin());
54}
55
56StringView::const_iterator StringView::end() const {
57 return const_iterator(m_view.end());

Callers 3

findMethod · 0.45
findLastMethod · 0.45
compareMethod · 0.45

Calls 1

const_iteratorClass · 0.70

Tested by

no test coverage detected