| 819 | } |
| 820 | |
| 821 | void CNetAddr::Print() const { LogPrint(BCLog::INFO, "CNetAddr(%s)\n", ToString()); } |
| 822 | |
| 823 | // private extensions to enum Network, only returned by GetExtNetwork, |
| 824 | // and only used in GetReachabilityFrom |
nothing calls this directly
no test coverage detected