Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ EnableOutputToMessageBox
Function
EnableOutputToMessageBox
src/core/log.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void EnableOutputToMessageBox(bool enable)
128
{
129
g_OutputToMessageBox = enable;
130
}
131
132
void EnableOutputToConsole(bool enable)
133
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected