MCPcopy Create free account
hub / github.com/Artikash/Textractor / AddConsoleOutput

Function AddConsoleOutput

host/host.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 void AddConsoleOutput(std::wstring text)
256 {
257 GetThread(console).AddSentence(std::move(text));
258 }
259}

Callers 7

ProcessRecordClass · 0.85
CreatePipeFunction · 0.85
InjectProcessFunction · 0.85
PushMethod · 0.85
LaunchProcessFunction · 0.85
AddHookFunction · 0.85
MainWindowMethod · 0.85

Calls 2

GetThreadFunction · 0.85
AddSentenceMethod · 0.45

Tested by

no test coverage detected