Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ empty
Method
empty
src/strings_type.h:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
inline void clear() { this->string.clear(); }
108
inline bool empty() const { return this->string.empty(); }
109
110
private:
111
std::string string; ///< The encoded string.
Callers
15
ReplaceParam
Method · 0.95
GetRailTypeTranslation
Function · 0.45
GetReverseRailTypeTranslation
Function · 0.45
OnRealtimeTick
Method · 0.45
VerifyElementContentParameters
Function · 0.45
SignNameSorter
Method · 0.45
SignNameFilter
Method · 0.45
RenameSign
Function · 0.45
UpdateSignEditWindow
Method · 0.45
AdminAuthenticationConfigured
Method · 0.45
DrawDetails
Method · 0.45
GfxFillPolygon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected