Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProcessRecord
Class · 0.85
CreatePipe
Function · 0.85
InjectProcess
Function · 0.85
Push
Method · 0.85
LaunchProcess
Function · 0.85
AddHook
Function · 0.85
MainWindow
Method · 0.85
Calls
2
GetThread
Function · 0.85
AddSentence
Method · 0.45
Tested by
no test coverage detected