Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetDebugID
Method
GetDebugID
src/newgrf_cargo.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
uint32_t CargoResolverObject::GetDebugID() const
33
{
34
return this->cargospec->label.base();
35
}
36
37
/**
38
* Constructor of the cargo resolver.
Callers
1
BeginResolve
Method · 0.45
Calls
1
base
Method · 0.45
Tested by
no test coverage detected