MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / hash

Method hash

source/core/StarDirectives.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206size_t Directives::hash() const {
207 return m_shared ? m_shared->hash : 0;
208}
209
210size_t Directives::size() const {
211 return m_shared ? m_shared->entries.size() : 0;

Callers 8

operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
equalsMethod · 0.45
compareMethod · 0.45
operator()Method · 0.45

Calls 2

pushMethod · 0.45
digestMethod · 0.45

Tested by

no test coverage detected