secure 
Procs | |
| can_unlock | A crate carrying an account lock answers to that lock rather than to its access requirement. can_open() refuses outright while the crate is locked, so the component's own open hook never gets a look in until the latch has been released here first. |
|---|---|
Proc Details
can_unlock
A crate carrying an account lock answers to that lock rather than to its access requirement. can_open() refuses outright while the crate is locked, so the component's own open hook never gets a look in until the latch has been released here first.