Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ pipelined_count
Function
pipelined_count
src/brpc/socket.cpp:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
uint32_t pipelined_count() const {
338
return _pc_and_udmsg.extra() & 0x3FFF;
339
}
340
uint32_t get_auth_flags() const {
341
return (_pc_and_udmsg.extra() >> 14) & 0x03;
342
}
Callers
1
Setup
Method · 0.85
Calls
1
extra
Method · 0.80
Tested by
no test coverage detected