Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
static size_t pni_buffer_head(pn_buffer_t *buf)
90
{
91
return buf->start;
92
}
93
94
static size_t pni_buffer_tail(pn_buffer_t *buf)
95
{
Callers
2
pni_buffer_wrapped
Function · 0.85
pn_buffer_ensure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected