Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ begin
Method
begin
source/core/StarStringView.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
StringView::const_iterator StringView::begin() const {
53
return const_iterator(m_view.begin());
54
}
55
56
StringView::const_iterator StringView::end() const {
57
return const_iterator(m_view.end());
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