Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setData
Method
setData
source/test/net_states_test.cpp:755–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
void setData(int value) {
756
dataState.set(value);
757
}
758
759
int getData() const {
760
return dataState.get();
Callers
1
TEST
Function · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected