MCPcopy Create free account
hub / github.com/apache/qpid-proton / pni_buffer_head

Function pni_buffer_head

c/src/core/buffer.c:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static size_t pni_buffer_head(pn_buffer_t *buf)
90{
91 return buf->start;
92}
93
94static size_t pni_buffer_tail(pn_buffer_t *buf)
95{

Callers 2

pni_buffer_wrappedFunction · 0.85
pn_buffer_ensureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected