MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SerReadWriteMany

Function SerReadWriteMany

src/serialize.h:960–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958
959template<typename Stream, typename... Args>
960inline void SerReadWriteMany(Stream& s, CSerActionSerialize ser_action, const Args&... args)
961{
962 ::SerializeMany(s, args...);
963}
964
965template<typename Stream, typename... Args>
966inline void SerReadWriteMany(Stream& s, CSerActionUnserialize ser_action, Args&&... args)

Callers

nothing calls this directly

Calls 2

SerializeManyFunction · 0.85
UnserializeManyFunction · 0.85

Tested by

no test coverage detected