Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ isReady
Method
isReady
server/VGLTrans.cpp:280–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
279
280
bool VGLTrans::isReady(void)
281
{
282
if(thread) thread->checkError();
283
return q.items() <= 0;
284
}
285
286
287
void VGLTrans::synchronize(void)
Callers
nothing calls this directly
Calls
2
checkError
Method · 0.80
items
Method · 0.80
Tested by
no test coverage detected