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

Method Level

src/seria/KVBinaryOutputStream.hpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 uint8_t array_type = 0;
47
48 explicit Level(common::StringView nm) : name(nm), state(State::Object), count(0) {}
49 Level(common::StringView nm, size_t array_size) : name(nm), state(State::ArrayPrefix), count(array_size) {}
50 };
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected