Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_addr_slot
Method
get_addr_slot
src/msg/async/Stack.h:196–198 ·
view source on GitHub ↗
get listen/bind addr
Source
from the content-addressed store, hash-verified
194
195
/// get listen/bind addr
196
unsigned get_addr_slot() {
197
return _ssi->addr_slot;
198
}
199
200
explicit operator bool() const {
201
return _ssi.get();
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected