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

Method IsKnownType

src/p2p/protocol.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162bool CInv::IsKnownType() const
163{
164 return (type >= 1 && type < (int32_t)ARRAYLEN(ppszTypeName));
165}
166
167const char* CInv::GetCommand() const
168{

Callers 1

ProcessGetDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected