Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ getvch
Method
getvch
src/test/scriptnum10.h:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
std::vector<unsigned char> getvch() const
115
{
116
return serialize(m_value);
117
}
118
119
static std::vector<unsigned char> serialize(const int64_t& value)
120
{
Callers
5
verify
Function · 0.45
CheckCreateVch
Function · 0.45
RunCreate
Function · 0.45
integer.cpp
File · 0.45
FUZZ_TARGET
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected