MCPcopy 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
114const char* http_mime_node::get_value() const {
115 return param_value_.empty() ? NULL : param_value_.c_str();
116}
117
118//////////////////////////////////////////////////////////////////////////
119

Callers 1

getParameterMethod · 0.45

Calls 2

emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected