Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
size_t StringView::utf8Size() const {
49
return m_view.size();
50
}
51
52
StringView::const_iterator StringView::begin() const {
53
return const_iterator(m_view.begin());
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected