Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ Write
Method
Write
src/Utilities/Debug.cpp:185–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void Console::Write(const char* str, int len)
186
{
187
if (NULL != ConsoleHandle)
188
WriteConsole(ConsoleHandle, str, len, nullptr, nullptr);
189
}
190
191
void Console::WriteLine(const char* str, int len)
192
{
Callers
2
Save
Function · 0.45
WriteToStream
Method · 0.45
Calls
no outgoing calls
Tested by
1
Save
Function · 0.36