MCPcopy Create free account
hub / github.com/PlayFab/gsdk / asConstString

Method asConstString

cpp/cppsdk/jsoncpp.cpp:3147–3152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected