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

Function valueToQuotedString

json/jsoncpp.cpp:4518–4520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4516}
4517
4518JSONCPP_STRING valueToQuotedString(const char* value) {
4519 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value)));
4520}
4521
4522// Class Writer
4523// //////////////////////////////////////////////////////////////////

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected