Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ gui_console_clear
Function
gui_console_clear
gui/qt/emuthread.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
// reimplemented callbacks
24
25
void gui_console_clear(void) {
26
emu->consoleClear();
27
}
28
29
void gui_console_printf(const char *format, ...) {
30
va_list args;
Callers
nothing calls this directly
Calls
1
consoleClear
Method · 0.80
Tested by
no test coverage detected