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

Method IsDirect

libi2pd/NetDbRequests.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 void ClearExcludedPeers ();
53 bool IsExploratory () const { return m_IsExploratory; };
54 bool IsDirect () const { return m_IsDirect; };
55 bool IsActive () const { return m_IsActive; };
56 bool IsSentDirectly () const { return m_IsSentDirectly; };
57 bool IsExcluded (const IdentHash& ident) const;

Callers 1

SendNextRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected