Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ make_id
Function
make_id
src/bthread/execution_queue.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
inline uint64_t make_id(uint32_t version, slot_id_t slot) {
46
return (((uint64_t)version) << 32) | slot.value;
47
}
48
} // namespace anonymous
49
50
struct ExecutionQueueVars {
Callers
1
create
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected