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

Method WriteIndent

rapidjson/prettywriter.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 void WriteIndent() {
235 size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_;
236 PutN(*Base::os_, static_cast<typename TargetEncoding::Ch>(indentChar_), count);
237 }
238
239 Ch indentChar_;
240 unsigned indentCharCount_;

Callers

nothing calls this directly

Calls 2

PutNFunction · 0.70
GetSizeMethod · 0.45

Tested by

no test coverage detected