Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
912
void CService::Init() { port = 0; }
913
914
CService::CService() { Init(); }
915
916
CService::CService(const CNetAddr& cip, unsigned short portIn) : CNetAddr(cip), port(portIn) {}
917
Callers
nothing calls this directly
Calls
1
Lookup
Function · 0.85
Tested by
no test coverage detected