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

Method has_file

external/cpp-httplib/httplib.h:4555–4557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4553 }
4554
4555 inline bool Request::has_file(const char* key) const {
4556 return files.find(key) != files.end();
4557 }
4558
4559 inline MultipartFormData Request::get_file_value(const char* key) const {
4560 auto it = files.find(key);

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected