MCPcopy Create free account
hub / github.com/cuberite/cuberite / asConstString

Method asConstString

lib/jsoncpp/src/lib_json/json_value.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708
709# ifdef JSON_USE_CPPTL
710CppTL::ConstString
711Value::asConstString() const
712{
713 return CppTL::ConstString( asString().c_str() );
714}
715# endif
716
717Value::Int

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected