Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PushByte
Method
PushByte
src/newgrf_text.cpp:737–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
735
}
736
737
void PushByte(uint8_t b)
738
{
739
this->stack.push_back(b);
740
}
741
742
void PushWord(uint16_t w)
743
{
Callers
1
PushWord
Method · 0.95
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected