| 1089 | std::atomic<bool> is_decommisioned{false}; |
| 1090 | |
| 1091 | struct MountPointEntry { |
| 1092 | std::string mount_point; |
| 1093 | std::string base_dir; |
| 1094 | Headers headers; |
| 1095 | }; |
| 1096 | std::vector<MountPointEntry> base_dirs_; |
| 1097 | std::map<std::string, std::string> file_extension_and_mimetype_map_; |
| 1098 | std::string default_file_mimetype_ = "application/octet-stream"; |
nothing calls this directly
no outgoing calls
no test coverage detected