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

Method utf8Size

source/core/StarStringView.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48size_t StringView::utf8Size() const {
49 return m_view.size();
50}
51
52StringView::const_iterator StringView::begin() const {
53 return const_iterator(m_view.begin());

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected