MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / EndValue

Method EndValue

rapidjson/writer.h:458–462  ·  view source on GitHub ↗

Flush the value if it is the top level one.

Source from the content-addressed store, hash-verified

456
457 // Flush the value if it is the top level one.
458 bool EndValue(bool ret) {
459 if (RAPIDJSON_UNLIKELY(level_stack_.Empty())) // end of json text
460 os_->Flush();
461 return ret;
462 }
463
464 OutputStream* os_;
465 internal::Stack<StackAllocator> level_stack_;

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected