MCPcopy 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
117Json StoredConfigFunction::get(double value) const {
118 return m_data.get(value);
119}
120
121FunctionDatabase::FunctionDatabase() {
122 auto assets = Root::singleton().assets();

Callers 5

functionMethod · 0.45
function2Method · 0.45
configFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected