Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ begin
Method
begin
source/core/StarString.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
String::const_iterator String::begin() const {
143
return const_iterator(m_string.begin());
144
}
145
146
String::const_iterator String::end() const {
147
return const_iterator(m_string.end());
Callers
4
find
Method · 0.45
findLast
Method · 0.45
compare
Method · 0.45
StarString.cpp
File · 0.45
Calls
1
const_iterator
Class · 0.70
Tested by
no test coverage detected