Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
677
const char *
678
Value::asCString() const
679
{
680
JSON_ASSERT( type_ == stringValue );
681
return value_.string_;
682
}
683
684
685
std::string
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected