MCPcopy Create free account
hub / github.com/chrxh/alien / has_param

Method has_param

external/cpp-httplib/httplib.h:4533–4535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4531 }
4532
4533 inline bool Request::has_param(const char* key) const {
4534 return params.find(key) != params.end();
4535 }
4536
4537 inline std::string Request::get_param_value(const char* key, size_t id) const {
4538 auto rng = params.equal_range(key);

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected