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

Method next_map_key

src/seria/KVBinaryOutputStream.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 m_next_key = name;
79}
80void KVBinaryOutputStream::next_map_key(std::string &name) { m_next_key = name; }
81
82bool KVBinaryOutputStream::begin_object() {
83 if (m_stack.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected