Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
size_t Directives::hash() const {
207
return m_shared ? m_shared->hash : 0;
208
}
209
210
size_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
equals
Method · 0.45
compare
Method · 0.45
operator()
Method · 0.45
StarFontTextureGroup.cpp
File · 0.45
Calls
2
push
Method · 0.45
digest
Method · 0.45
Tested by
no test coverage detected