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

Method write

src/streams.h:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313 void write(Span<const value_type> src)
314 {
315 // Write to the end of the buffer
316 vch.insert(vch.end(), src.begin(), src.end());
317 }
318
319 template<typename Stream>
320 void Serialize(Stream& s) const

Callers

nothing calls this directly

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected