Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ignoreOccurrences
Method
ignoreOccurrences
source/core/StarNetElementBasicFields.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void NetElementEvent::ignoreOccurrences() {
45
m_pulledOccurrences = get();
46
}
47
48
void NetElementEvent::setIgnoreOccurrencesOnNetLoad(bool ignoreOccurrencesOnNetLoad) {
49
m_ignoreOccurrencesOnNetLoad = ignoreOccurrencesOnNetLoad;
Callers
1
TEST
Function · 0.80
Calls
1
get
Function · 0.85
Tested by
1
TEST
Function · 0.64