Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ configValue
Method
configValue
source/game/StarVehicle.cpp:673–675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
}
672
673
Json Vehicle::configValue(String const& name, Json def) const {
674
return jsonMergeQueryDef(name, std::move(def), m_baseConfig, m_dynamicConfig);
675
}
676
677
}
Callers
nothing calls this directly
Calls
1
jsonMergeQueryDef
Function · 0.85
Tested by
no test coverage detected