MCPcopy Create free account
hub / github.com/ElementsProject/elements / SerRead

Function SerRead

src/serialize.h:1069–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067
1068template<typename Stream, typename Type, typename Fn>
1069inline void SerRead(Stream& s, CSerActionSerialize ser_action, Type&&, Fn&&)
1070{
1071}
1072
1073template<typename Stream, typename Type, typename Fn>
1074inline void SerRead(Stream& s, CSerActionUnserialize ser_action, Type&& obj, Fn&& fn)

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected