Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_value
Method
get_value
lib_acl_cpp/src/http/http_mime.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
const char* http_mime_node::get_value() const {
115
return param_value_.empty() ? NULL : param_value_.c_str();
116
}
117
118
//////////////////////////////////////////////////////////////////////////
119
Callers
1
getParameter
Method · 0.45
Calls
2
empty
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected