MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / operator()

Method operator()

src/script/api/script_text.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 StringBuilder &builder;
229
230 void operator()(const std::monostate &) { }
231
232 void operator()(std::string value)
233 {

Callers

nothing calls this directly

Calls 5

StrMakeValidInPlaceFunction · 0.85
PutUtf8Method · 0.80
PutMethod · 0.80
PutIntegerBaseMethod · 0.80
baseMethod · 0.45

Tested by

no test coverage detected