MCPcopy 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
210size_t Directives::size() const {
211 return m_shared ? m_shared->entries.size() : 0;
212}
213
214bool Directives::empty() const {
215 return !m_shared || m_shared->empty();

Callers 3

parseMethod · 0.45
DirectivesGroupMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected