Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ c_clear_window
Function
c_clear_window
deps/tesseract/cutil/callcpp.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
void c_clear_window( /*move pen */
105
void *win) {
106
ScrollView* window = (ScrollView*) win;
107
window->Clear();
108
}
109
110
111
char window_wait(ScrollView* win) {
Callers
2
display_edgepts
Function · 0.85
display_blob
Function · 0.85
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected