mirror of
https://github.com/Zygo/bees.git
synced 2025-06-17 01:56:16 +02:00
crawl: remove UUID from file names
Unfortunately we don't get to remove the libuuid dependency because we still want to read a file that exists in the legacy location.
This commit is contained in:
@ -374,6 +374,8 @@ public:
|
||||
BeesStringFile(Fd dir_fd, string name, size_t limit = 1024 * 1024);
|
||||
string read();
|
||||
void write(string contents);
|
||||
void name(const string &new_name);
|
||||
string name() const;
|
||||
};
|
||||
|
||||
class BeesHashTable {
|
||||
|
Reference in New Issue
Block a user