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

Method IsWithJava

libi2pd/Garlic.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 void SetSharedRoutingPath (std::shared_ptr<GarlicRoutingPath> path);
135
136 bool IsWithJava () const { return m_IsWithJava; }
137 void SetIsWithJava (bool isWithJava) { m_IsWithJava = isWithJava; }
138
139 int NumSentPackets () const { return m_NumSentPackets; }

Callers 1

SendBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected