Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ id_pool_status
Function
id_pool_status
src/bthread/id.cpp:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void id_pool_status(std::ostream &os) {
288
os << butil::describe_resources<Id>() <<
'\n'
;
289
}
290
291
struct IdTraits {
292
static const size_t BLOCK_SIZE = 63;
Callers
1
default_method
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected