rwChoices type for fs.Bits
| 148 | |
| 149 | // rwChoices type for fs.Bits |
| 150 | type rwChoices struct{} |
| 151 | |
| 152 | func (rwChoices) Choices() []fs.BitsChoicesInfo { |
| 153 | return []fs.BitsChoicesInfo{ |
nothing calls this directly
no outgoing calls
no test coverage detected