MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / WriteLine

Method WriteLine

src/openrct2/config/IniWriter.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void WriteLine()
92 {
93 _stream->Write(PLATFORM_NEWLINE, String::sizeOf(PLATFORM_NEWLINE));
94 }
95
96 void WriteLine(const std::string& line)
97 {

Callers 1

WriteLineFunction · 0.45

Calls 4

sizeOfFunction · 0.85
WriteLineFunction · 0.85
WriteMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected