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

Function Span

src/span.h:143–143  ·  view source on GitHub ↗

Default copy constructor. */

Source from the content-addressed store, hash-verified

141
142 /** Default copy constructor. */
143 constexpr Span(const Span&) noexcept = default;
144
145 /** Default assignment operator. */
146 Span& operator=(const Span& other) noexcept = default;

Callers 2

SerializeHDKeypathsFunction · 0.70
span.hFile · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected