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

Method current

source/core/StarNetElement.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Star {
5
6uint64_t NetElementVersion::current() const {
7 return m_version;
8}
9
10uint64_t NetElementVersion::increment() {
11 return ++m_version;

Callers 13

setMethod · 0.45
netLoadMethod · 0.45
readNetDeltaMethod · 0.45
pushMethod · 0.45
updateMethod · 0.45
netLoadMethod · 0.45
readNetDeltaMethod · 0.45
netLoadMethod · 0.45
addChangeDataMethod · 0.45
netLoadMethod · 0.45
addChangeDataMethod · 0.45
writeNetStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected