MCPcopy Create free account
hub / github.com/bcndev/bytecoin / get_value_array

Method get_value_array

src/platform/DBlmdb.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169std::string DBlmdb::Cursor::get_value_string() const { return std::string(data.data(), data.size()); }
170common::BinaryArray DBlmdb::Cursor::get_value_array() const {
171 return common::BinaryArray(data.data(), data.data() + data.size());
172}
173
174DBlmdb::Cursor DBlmdb::begin(const std::string &prefix, const std::string &middle, bool forward) const {
175 int max_key_size = ::mdb_env_get_maxkeysize(db_env.handle);

Callers 15

read_dbMethod · 0.45
add_incoming_keyimageMethod · 0.45
api_get_transfersMethod · 0.45
get_transactionMethod · 0.45
read_unlock_indexMethod · 0.45
read_archiveMethod · 0.45
get_random_outputsMethod · 0.45
BlockChainMethod · 0.45
test_print_tipsMethod · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

test_print_tipsMethod · 0.36
test_print_structureMethod · 0.36