MCPcopy
hub / github.com/kopia/kopia / NullPathLocker

Struct NullPathLocker

tests/tools/fio/fio.go:72–72  ·  view source on GitHub ↗

NullPathLocker satisfies the pathlock.Locker interface but is a no-op.

Source from the content-addressed store, hash-verified

70
71// NullPathLocker satisfies the pathlock.Locker interface but is a no-op.
72type NullPathLocker struct{}
73
74var _ pathlock.Locker = (*NullPathLocker)(nil)
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected