Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
StringView::const_iterator StringView::end() const {
57
return const_iterator(m_view.end());
58
}
59
60
size_t StringView::size() const {
61
return utf8Length(m_view.data(), m_view.size());
Callers
3
find
Method · 0.45
findLast
Method · 0.45
compare
Method · 0.45
Calls
1
const_iterator
Class · 0.70
Tested by
no test coverage detected