Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ current
Method
current
RedisStudio/Base/Thread.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
138
Thread* Thread::current()
139
{
140
return _currentThreadHolder.get();
141
}
142
143
144
Thread::TIDImpl Thread::currentTid()
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected