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

Method asConstString

json/jsoncpp.cpp:3150–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3148
3149#ifdef JSON_USE_CPPTL
3150CppTL::ConstString Value::asConstString() const {
3151 unsigned len;
3152 char const* str;
3153 decodePrefixedString(allocated_, value_.string_, &len, &str);
3154 return CppTL::ConstString(str, len);
3155}
3156#endif
3157
3158Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected