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

Method IsKnownType

src/protocol.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool CInv::IsKnownType() const
130{
131 return (type >= 1 && type < (int)ARRAYLEN(ppszTypeName));
132}
133
134const char* CInv::GetCommand() const
135{

Callers 1

ProcessGetDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected