Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ end
Method
end
source/core/StarString.cpp:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
String::const_iterator String::end() const {
147
return const_iterator(m_string.end());
148
}
149
150
size_t String::size() const {
151
return utf8Length(m_string.c_str(), m_string.size());
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