MCPcopy Create free account
hub / github.com/Illumina/paragraph / asConstString

Method asConstString

external/jsoncpp/jsoncpp.cpp:3192–3198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3190
3191#ifdef JSON_USE_CPPTL
3192CppTL::ConstString Value::asConstString() const {
3193 unsigned len;
3194 char const* str;
3195 decodePrefixedString(allocated_, value_.string_,
3196 &len, &str);
3197 return CppTL::ConstString(str, len);
3198}
3199#endif
3200
3201Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected