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

Function pni_data_bytes

c/src/core/codec.c:463–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463static pn_bytes_t *pni_data_bytes(pn_data_t *data, pni_node_t *node)
464{
465 switch (node->atom.type) {
466 case PN_BINARY:
467 case PN_STRING:
468 case PN_SYMBOL:
469 return &node->atom.u.as_bytes;
470 default: return NULL;
471 }
472}
473
474static void pni_data_rebase(pn_data_t *data, char *base)
475{

Callers 2

pni_data_rebaseFunction · 0.85
pni_data_intern_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected