Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ operator()
Method
operator()
src/newgrf.cpp:629–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
{
628
struct visitor {
629
CargoLabel operator()(const CargoLabel &label) { return label; }
630
CargoLabel operator()(const MixedCargoType &mixed)
631
{
632
switch (mixed) {
Callers
nothing calls this directly
Calls
2
GetActiveCargoLabel
Function · 0.85
NOT_REACHED
Function · 0.85
Tested by
no test coverage detected