MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ToStringPort

Method ToStringPort

src/netaddress.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559std::string CService::ToStringPort() const
560{
561 return strprintf("%u", port);
562}
563
564std::string CService::ToStringIPPort() const
565{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected