Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteLine
Function · 0.45
Calls
4
sizeOf
Function · 0.85
WriteLine
Function · 0.85
Write
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected