| 10 | ) |
| 11 | |
| 12 | type Flags struct { |
| 13 | Dynamic bool |
| 14 | ReaderOpts anyio.ReaderOpts |
| 15 | SampleSize int |
| 16 | bsupReadMax auto.Bytes |
| 17 | bsupReadSize auto.Bytes |
| 18 | } |
| 19 | |
| 20 | func (f *Flags) SetFlags(fs *flag.FlagSet, validate bool) { |
| 21 | f.bsupReadMax = auto.NewBytes(bsupio.MaxSize) |
nothing calls this directly
no outgoing calls
no test coverage detected