Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ get_version
Function
get_version
test/bthread_id_unittest.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
namespace {
32
inline uint32_t get_version(bthread_id_t id) {
33
return (uint32_t)(id.value & 0xFFFFFFFFul);
34
}
35
36
struct SignalArg {
37
bthread_id_t id;
Callers
3
TEST
Function · 0.70
stopped_waiter
Function · 0.70
waiter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected