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

Method StreamContext

src/common/JsonValue.cpp:739–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739JsonValue::StreamContext::StreamContext(std::istream &in) : it(in) {}
740
741char JsonValue::StreamContext::read_char() {
742 if (it == end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected