MCPcopy Create free account
hub / github.com/SOUI2/soui / asConstString

Method asConstString

third-part/jsoncpp/src/lib_json/json_value.cpp:723–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721
722#ifdef JSON_USE_CPPTL
723CppTL::ConstString Value::asConstString() const {
724 unsigned len;
725 char const* str;
726 decodePrefixedString(allocated_, value_.string_,
727 &len, &str);
728 return CppTL::ConstString(str, len);
729}
730#endif
731
732Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected