Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ writeLine
Method
writeLine
Engine/source/core/stream/stream.cpp:220–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
void Stream::writeLine(const U8 *buffer)
221
{
222
write(dStrlen((const char *)buffer), buffer);
223
write(2,
"\r\n"
);
224
}
225
226
void Stream::_write(const String & str)
227
{
Callers
1
streamObject.cpp
File · 0.45
Calls
2
write
Function · 0.50
dStrlen
Function · 0.50
Tested by
no test coverage detected