MCPcopy Create free account
hub / github.com/brimdata/super / Flags

Struct Flags

cli/inputflags/flags.go:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected