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

Method end_array

src/seria/JsonOutputStream.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void JsonOutputStreamValue::end_array() {
44 invariant(!chain.empty(), "");
45 chain.pop_back();
46}
47
48bool JsonOutputStreamValue::seria_v(uint64_t &value) {
49 insert_or_push(numbers_as_strings ? JsonValue(common::to_string(value)) : JsonValue(value), value == 0);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected