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

Method Ser

src/policy/fees.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32struct EncodedDoubleFormatter
33{
34 template<typename Stream> void Ser(Stream &s, double v)
35 {
36 s << EncodeDouble(v);
37 }
38
39 template<typename Stream> void Unser(Stream& s, double& v)
40 {

Callers

nothing calls this directly

Calls 1

EncodeDoubleFunction · 0.85

Tested by

no test coverage detected