Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_data_errno
Function
pn_data_errno
c/src/core/codec.c:411–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
int pn_data_errno(pn_data_t *data)
412
{
413
return pn_error_code(pni_data_error(data));
414
}
415
416
pn_error_t *pn_data_error(pn_data_t *data)
417
{
Callers
nothing calls this directly
Calls
2
pn_error_code
Function · 0.85
pni_data_error
Function · 0.85
Tested by
no test coverage detected