| 78 | m_next_key = name; |
| 79 | } |
| 80 | void KVBinaryOutputStream::next_map_key(std::string &name) { m_next_key = name; } |
| 81 | |
| 82 | bool KVBinaryOutputStream::begin_object() { |
| 83 | if (m_stack.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected