MCPcopy 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
55template <class T>
56T* 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
applyMethod · 0.85
applyMethod · 0.85

Calls 1

pn_record_getFunction · 0.85

Tested by

no test coverage detected