MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetAddress

Method GetAddress

src/zmq/zmqabstractnotifier.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 std::string GetType() const { return type; }
34 void SetType(const std::string &t) { type = t; }
35 std::string GetAddress() const { return address; }
36 void SetAddress(const std::string &a) { address = a; }
37 int GetOutboundMessageHighWaterMark() const { return outbound_message_high_water_mark; }
38 void SetOutboundMessageHighWaterMark(const int sndhwm) {

Callers 3

getzmqnotificationsFunction · 0.80
InitializeMethod · 0.80
ShutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected