MCPcopy Create free account
hub / github.com/ElementsProject/elements / ToStringPort

Method ToStringPort

src/netaddress.cpp:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026std::string CService::ToStringPort() const
1027{
1028 return strprintf("%u", port);
1029}
1030
1031std::string CService::ToStringIPPort() const
1032{

Callers 2

FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64