NullPathLocker satisfies the pathlock.Locker interface but is a no-op.
| 70 | |
| 71 | // NullPathLocker satisfies the pathlock.Locker interface but is a no-op. |
| 72 | type NullPathLocker struct{} |
| 73 | |
| 74 | var _ pathlock.Locker = (*NullPathLocker)(nil) |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected