Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ get
Method
get
source/game/StarStoredFunctions.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
Json StoredConfigFunction::get(double value) const {
118
return m_data.get(value);
119
}
120
121
FunctionDatabase::FunctionDatabase() {
122
auto assets = Root::singleton().assets();
Callers
5
function
Method · 0.45
function2
Method · 0.45
configFunction
Method · 0.45
parametricFunctionFromConfig
Method · 0.45
parametricTableFromConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected