Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getCurrent
Method
getCurrent
valdi_core/src/valdi_core/cpp/Threading/Thread.cpp:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
Thread* Thread::getCurrent() {
193
return currentThread;
194
}
195
196
void Thread::setCurrent(Thread* thread) {
197
currentThread = thread;
Callers
1
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected