Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
710
CppTL::ConstString
711
Value::asConstString() const
712
{
713
return CppTL::ConstString( asString().c_str() );
714
}
715
# endif
716
717
Value::Int
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected