Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarDirectives.cpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
size_t Directives::size() const {
211
return m_shared ? m_shared->entries.size() : 0;
212
}
213
214
bool Directives::empty() const {
215
return !m_shared || m_shared->empty();
Callers
3
parse
Method · 0.45
DirectivesGroup
Method · 0.45
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected