Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarStringView.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
size_t StringView::size() const {
61
return utf8Length(m_view.data(), m_view.size());
62
}
63
64
size_t StringView::length() const {
65
return size();
Callers
6
utf8Bytes
Method · 0.45
utf8Size
Method · 0.45
endsWith
Method · 0.45
beginsWith
Method · 0.45
forEachSplitAnyView
Method · 0.45
forEachSplitView
Method · 0.45
Calls
2
utf8Length
Function · 0.85
data
Method · 0.45
Tested by
no test coverage detected