Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_connection
Method
get_connection
src/msg/DispatchQueue.h:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return m;
62
}
63
Connection *get_connection() {
64
ceph_assert(is_code());
65
return con.get();
66
}
67
68
/**
69
* An iterator into #marrival. This field is only initialized if
Callers
2
pre_dispatch
Method · 0.45
entry
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected