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

Method asCString

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

Source from the content-addressed store, hash-verified

675}
676
677const char *
678Value::asCString() const
679{
680 JSON_ASSERT( type_ == stringValue );
681 return value_.string_;
682}
683
684
685std::string

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected