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

Function read_string_json

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

Source from the content-addressed store, hash-verified

76}
77
78JsonValue read_string_json(common::IInputStream &s) { return JsonValue(read_string(s)); }
79
80void read_name(common::IInputStream &s, std::string &name) {
81 uint8_t len = s.read_byte(); // TODO - what if name size >?

Callers 1

load_valueFunction · 0.85

Calls 2

JsonValueClass · 0.85
read_stringFunction · 0.70

Tested by

no test coverage detected