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

Method end

source/core/StarStringView.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56StringView::const_iterator StringView::end() const {
57 return const_iterator(m_view.end());
58}
59
60size_t StringView::size() const {
61 return utf8Length(m_view.data(), m_view.size());

Callers 3

findMethod · 0.45
findLastMethod · 0.45
compareMethod · 0.45

Calls 1

const_iteratorClass · 0.70

Tested by

no test coverage detected