LockSet maps a set of Locks into a file. The key is the file offset.
| 21 | // LockSet maps a set of Locks into a file. The key is the file offset. |
| 22 | |
| 23 | type lockSetFunctions struct{} |
| 24 | |
| 25 | func (lockSetFunctions) MinKey() uint64 { |
| 26 | return 0 |
nothing calls this directly
no outgoing calls
no test coverage detected