MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / CService

Method CService

src/netbase.cpp:914–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912void CService::Init() { port = 0; }
913
914CService::CService() { Init(); }
915
916CService::CService(const CNetAddr& cip, unsigned short portIn) : CNetAddr(cip), port(portIn) {}
917

Callers

nothing calls this directly

Calls 1

LookupFunction · 0.85

Tested by

no test coverage detected