Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ empty
Method
empty
source/core/StarStringView.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool StringView::empty() const {
69
return m_view.empty();
70
}
71
72
StringView::Char StringView::operator[](size_t index) const {
73
auto it = begin();
Callers
6
endsWith
Method · 0.45
beginsWith
Method · 0.45
forEachSplitAnyView
Method · 0.45
forEachSplitView
Method · 0.45
find
Method · 0.45
findLast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected