MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / MountPointEntry

Class MountPointEntry

external/httplib.h:1091–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected