MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / WriteLine

Method WriteLine

src/Utilities/Debug.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void Console::WriteLine(const char* str, int len)
192{
193 Write(str, len);
194 Write("\n");
195}
196
197void __fastcall Console::WriteWithVArgs(const char* pFormat, va_list args)
198{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected