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

Method append

cpp/src/data.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55void data::widen() { pn_data_widen(pn_object()); }
56
57int data::append(data src) { return pn_data_append(pn_object(), src.pn_object());}
58
59int data::appendn(data src, int limit) { return pn_data_appendn(pn_object(), src.pn_object(), limit);}
60

Callers 13

mainFunction · 0.45
mainFunction · 0.45
operator+=Function · 0.45
tagsAsStringMethod · 0.45
convertMethod · 0.45
visit_FuncCallMethod · 0.45
gen_params_listMethod · 0.45
gen_emit_list_codeMethod · 0.45
gen_consume_codeMethod · 0.45
parse_listFunction · 0.45
protocol.pyFile · 0.45

Calls 2

pn_data_appendFunction · 0.85
pn_objectMethod · 0.45

Tested by 1

test_fd_limit_brokerMethod · 0.36