Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
bool CInv::IsKnownType() const
163
{
164
return (type >= 1 && type < (int32_t)ARRAYLEN(ppszTypeName));
165
}
166
167
const char* CInv::GetCommand() const
168
{
Callers
1
ProcessGetData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected