Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ get_context
Function
get_context
cpp/src/contexts.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
template <class T>
56
T* get_context(pn_record_t* record, pn_handle_t handle) {
57
return reinterpret_cast<T*>(pn_record_get(record, handle));
58
}
59
60
}
61
Callers
3
__init__
Method · 0.85
apply
Method · 0.85
apply
Method · 0.85
Calls
1
pn_record_get
Function · 0.85
Tested by
no test coverage detected