Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ WriteLine
Method
WriteLine
tools/incparser/ParseWriter.cs:146–150 ·
view source on GitHub ↗
(string line)
Source
from the content-addressed store, hash-verified
144
}
145
146
private void WriteLine(string line)
147
{
148
Tabinate();
149
data.Append(line +
"\n"
);
150
}
151
152
private void Tabinate()
153
{
Callers
4
SubMain
Method · 0.80
PrintHelp
Method · 0.80
PrintTemplateHelp
Method · 0.80
WriteFiles
Method · 0.80
Calls
1
Append
Method · 0.80
Tested by
no test coverage detected