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

Function writeString

json/jsoncpp.cpp:5422–5428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5420}
5421
5422JSONCPP_STRING writeString(StreamWriter::Factory const& builder,
5423 Value const& root) {
5424 JSONCPP_OSTRINGSTREAM sout;
5425 StreamWriterPtr const writer(builder.newStreamWriter());
5426 writer->write(root, &sout);
5427 return sout.str();
5428}
5429
5430JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM& sout, Value const& root) {
5431 StreamWriterBuilder builder;

Callers 4

InformMethod · 0.85
SetValueMethod · 0.85
WriteGlobalMethod · 0.85
toStyledStringMethod · 0.85

Calls 3

newStreamWriterMethod · 0.80
strMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected