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

Method get_data

src/wallet/bdb.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245const void* BerkeleyBatch::SafeDbt::get_data() const
246{
247 return m_dbt.get_data();
248}
249
250u_int32_t BerkeleyBatch::SafeDbt::get_size() const
251{

Callers 3

~SafeDbtMethod · 0.80
ReadAtCursorMethod · 0.80
ReadKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected