MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / setDefault

Method setDefault

args.go:18–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (args *Args) setDefault() {
19 args.Sep = ""
20 args.SkipSymbol = []string{}
21 args.SkipNum = 0
22 args.ShowNum = []int{}
23 args.HideNum = []int{}
24 args.Header = 0
25 args.NLine = 0
26 args.Strict = false
27 args.AsyncLoad = true // default to async loading
28 args.MemoryMB = 0 // Unlimited by default
29}

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected