Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ setError
Method
setError
util/Thread.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
void Thread::setError(std::exception &e)
71
{
72
if(obj) obj->lastError = e;
73
}
74
75
76
void Thread::checkError(void)
Callers
7
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
frameut.cpp
File · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected