MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / PushSection

Method PushSection

src/rpc/util.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 size_t m_max_pad{0};
435
436 void PushSection(const Section& s)
437 {
438 m_max_pad = std::max(m_max_pad, s.m_left.size());
439 m_sections.push_back(s);
440 }
441
442 /**
443 * Recursive helper to translate an RPCArg into sections

Callers 2

ToStringMethod · 0.80
ToSectionsMethod · 0.80

Calls 2

sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected