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

Method message_encode

cpp/src/tracing_stub.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class StubTracing : public Tracing {
33 public:
34 void message_encode(const message& m, std::vector<char>& buf, const binary& tag, const tracker& track) override {
35 m.encode(buf);
36 }
37
38 void on_message_handler(messaging_handler& h, delivery& d, message& message) override {
39 h.on_message(d, message);

Callers 1

sendMethod · 0.45

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected