Skip to main content

ensure_openable

Function ensure_openable 

Source
pub fn ensure_openable(
    selection: &SelectedMemory,
) -> Result<(), SelectionRefusal>
Expand description

Whether this engine could open the chosen directory, without opening it.

A directory that does not exist yet is a valid choice: the store is created on first write, which is the operator’s next explicit act rather than a side effect of configuring anything.