MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / asConstString

Method asConstString

src/share/jsoncpp/jsoncpp.cpp:3147–3153  ·  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_,
3151 &len, &str);
3152 return CppTL::ConstString(str, len);
3153}
3154#endif
3155
3156Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected