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

Method get_value_string

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

Source from the content-addressed store, hash-verified

122}
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 {

Callers

nothing calls this directly

Calls 1

as_stringFunction · 0.50

Tested by

no test coverage detected