MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / IPLoopback

Method IPLoopback

MonaBase/sources/IPAddress.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370class IPLoopback : public IPAddress {
371public:
372 IPLoopback(Family family) {
373 Exception ex; // never ex
374 set(ex, family == IPv6 ? LocalhostV6 : LocalhostV4);
375 }
376};
377
378static IPWilcard _IPv4Wildcard(IPAddress::IPv4);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected