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

Method get_value_array

src/platform/DBmemory.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124std::string DBmemory::Cursor::get_value_string() const { return common::as_string(it->second); }
125common::BinaryArray DBmemory::Cursor::get_value_array() const { return it->second; }
126
127DBmemory::Cursor DBmemory::begin(const std::string &prefix, const std::string &middle, bool forward) const {
128 return Cursor(const_cast<DBmemory *>(this), prefix, middle, forward);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected