add precondition for mount/unmount in commands response
This commit is contained in:
@@ -86,6 +86,10 @@ public:
|
||||
return *root;
|
||||
}
|
||||
|
||||
bool HasCache() const noexcept {
|
||||
return !cache_path.IsNull();
|
||||
}
|
||||
|
||||
void Save();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user