Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ isReady
Method
isReady
server/X11Trans.cpp:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
140
bool X11Trans::isReady(void)
141
{
142
if(thread) thread->checkError();
143
return q.items() <= 0;
144
}
145
146
147
void X11Trans::synchronize(void)
Callers
nothing calls this directly
Calls
2
checkError
Method · 0.80
items
Method · 0.80
Tested by
no test coverage detected