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

Method PushSection

src/rpc/util.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 size_t m_max_pad{0};
409
410 void PushSection(const Section& s)
411 {
412 m_max_pad = std::max(m_max_pad, s.m_left.size());
413 m_sections.push_back(s);
414 }
415
416 /**
417 * Recursive helper to translate an RPCArg into sections

Callers 1

ToSectionsMethod · 0.80

Calls 2

sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected