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

Method next

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

Source from the content-addressed store, hash-verified

59int data::appendn(data src, int limit) { return pn_data_appendn(pn_object(), src.pn_object(), limit);}
60
61bool data::next() { return pn_data_next(pn_object()); }
62
63std::ostream& operator<<(std::ostream& o, const data& d) {
64 state_guard sg(const_cast<data&>(d));

Callers

nothing calls this directly

Calls 1

pn_data_nextFunction · 0.85

Tested by

no test coverage detected