Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetCommand
Method
GetCommand
src/protocol.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
std::string CMessageHeader::GetCommand() const
103
{
104
return std::string(pchCommand, pchCommand + strnlen(pchCommand, COMMAND_SIZE));
105
}
106
107
bool CMessageHeader::IsCommandValid() const
108
{
Callers
4
bitcoin-util.cpp
File · 0.45
main
Function · 0.45
readHeader
Method · 0.45
GetMessage
Method · 0.45
Calls
1
strnlen
Function · 0.85
Tested by
no test coverage detected