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

Method KVBinaryInputStream

src/seria/KVBinaryInputStream.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189} // namespace
190
191KVBinaryInputStream::KVBinaryInputStream(common::IInputStream &strm) : JsonInputStreamValue(value_storage, true) {
192 is_json_value = false; // We use JsonInputStreamValue only as a convenient storage
193 // We init parent with & of value_storage, then set storage
194 value_storage = parse_binary(strm);
195}
196
197bool KVBinaryInputStream::seria_v(common::BinaryArray &value) {
198 std::string str;

Callers

nothing calls this directly

Calls 1

parse_binaryFunction · 0.85

Tested by

no test coverage detected