MCPcopy 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
140bool X11Trans::isReady(void)
141{
142 if(thread) thread->checkError();
143 return q.items() <= 0;
144}
145
146
147void X11Trans::synchronize(void)

Callers

nothing calls this directly

Calls 2

checkErrorMethod · 0.80
itemsMethod · 0.80

Tested by

no test coverage detected