Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ SerializeMany
Function
SerializeMany
src/serialize.h:936–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
935
template<typename Stream>
936
void SerializeMany(Stream& s)
937
{
938
}
939
940
template<typename Stream, typename Arg, typename... Args>
941
void SerializeMany(Stream& s, const Arg& arg, const Args&... args)
Callers
5
SerReadWriteMany
Function · 0.85
GetSerializeSizeMany
Function · 0.85
CVectorWriter
Method · 0.85
CDataStream
Method · 0.85
SerializeToVector
Function · 0.85
Calls
1
Serialize
Function · 0.70
Tested by
no test coverage detected