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

Method IsPublishedOn

libi2pd/RouterInfo.cpp:1037–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035 }
1036
1037 bool RouterInfo::IsPublishedOn (CompatibleTransports transports) const
1038 {
1039 return m_PublishedTransports & transports;
1040 }
1041
1042 bool RouterInfo::IsNAT2NATOnly (const RouterInfo& other) const
1043 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected