Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetSerializeSize
Function
GetSerializeSize
src/serialize.h:1157–1160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1155
1156
template <typename T>
1157
uint64_t GetSerializeSize(const T& t)
1158
{
1159
return (SizeComputer() << t).size();
1160
}
1161
1162
//! Check if type contains a stream by seeing if has a GetStream() method.
1163
template<typename T>
Callers
15
coins.cpp
File · 0.85
PreChecks
Method · 0.85
CheckBlock
Function · 0.85
IsBlockMutated
Function · 0.85
InitData
Method · 0.85
GetDustThreshold
Function · 0.85
CalculateMaximumSignedTxSize
Function · 0.85
GetSerializeSizeForRecipient
Function · 0.85
spend.cpp
File · 0.85
VerifyWitnessProgram
Function · 0.85
SignTaproot
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
SizeComputer
Class · 0.85
size
Method · 0.45
Tested by
9
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
TestPackageSelection
Method · 0.68
TestSatisfy
Method · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
TestNode
Function · 0.68