MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / asConstString

Method asConstString

src/jsoncpp.cpp:3091–3097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3089
3090#ifdef JSON_USE_CPPTL
3091CppTL::ConstString Value::asConstString() const {
3092 unsigned len;
3093 char const* str;
3094 decodePrefixedString(allocated_, value_.string_,
3095 &len, &str);
3096 return CppTL::ConstString(str, len);
3097}
3098#endif
3099
3100Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

decodePrefixedStringFunction · 0.85

Tested by

no test coverage detected