Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
bool CInv::IsKnownType() const
130
{
131
return (type >= 1 && type < (int)ARRAYLEN(ppszTypeName));
132
}
133
134
const char* CInv::GetCommand() const
135
{
Callers
1
ProcessGetData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected