MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetRefCounter

Method GetRefCounter

libi2pd/Destination.h:259–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 int Acquire () { return ++m_RefCounter; };
258 int Release () { return --m_RefCounter; };
259 int GetRefCounter () const { return m_RefCounter; };
260
261 // streaming
262 std::shared_ptr<i2p::stream::StreamingDestination> CreateStreamingDestination (uint16_t port, bool gzip = true); // additional

Callers 2

ReloadConfigMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected