| 905 | std::atomic<bool> done_{false}; |
| 906 | |
| 907 | struct MountPointEntry { |
| 908 | std::string mount_point; |
| 909 | std::string base_dir; |
| 910 | Headers headers; |
| 911 | }; |
| 912 | std::vector<MountPointEntry> base_dirs_; |
| 913 | std::map<std::string, std::string> file_extension_and_mimetype_map_; |
| 914 | std::string default_file_mimetype_ = "application/octet-stream"; |
nothing calls this directly
no outgoing calls
no test coverage detected