Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
namespace Star {
5
6
uint64_t NetElementVersion::current() const {
7
return m_version;
8
}
9
10
uint64_t NetElementVersion::increment() {
11
return ++m_version;
Callers
13
set
Method · 0.45
netLoad
Method · 0.45
readNetDelta
Method · 0.45
push
Method · 0.45
update
Method · 0.45
netLoad
Method · 0.45
readNetDelta
Method · 0.45
netLoad
Method · 0.45
addChangeData
Method · 0.45
netLoad
Method · 0.45
addChangeData
Method · 0.45
writeNetState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected