Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/hap.py
/ asConstString
Method
asConstString
external/jsoncpp/jsoncpp.cpp:2121–2123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2119
2120
#ifdef JSON_USE_CPPTL
2121
CppTL::ConstString Value::asConstString() const {
2122
return CppTL::ConstString(asString().c_str());
2123
}
2124
#endif
2125
2126
Value::Int Value::asInt() const {
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected