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

Method SetIsWithJava

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

Source from the content-addressed store, hash-verified

135
136 bool IsWithJava () const { return m_IsWithJava; }
137 void SetIsWithJava (bool isWithJava) { m_IsWithJava = isWithJava; }
138
139 int NumSentPackets () const { return m_NumSentPackets; }
140 void SetNumSentPackets (int numSentPackets) { m_NumSentPackets = numSentPackets; }

Callers 1

ProcessOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected