MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / has

Method has

base/poco/Net/src/NameValueCollection.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117bool NameValueCollection::has(const std::string& name) const
118{
119 return _map.find(name) != _map.end();
120}
121
122
123NameValueCollection::ConstIterator NameValueCollection::find(const std::string& name) const

Callers 11

initDefaultContextMethod · 0.45
updateAuthInfoMethod · 0.45
updateProxyAuthInfoMethod · 0.45
hasBasicCredentialsMethod · 0.45
hasDigestCredentialsMethod · 0.45
createAuthParamsMethod · 0.45
hasParameterMethod · 0.45
readMultipartMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected