MCPcopy Create free account
hub / github.com/bndr/gotabulate / SetEmptyString

Method SetEmptyString

tabulate.go:350–352  ·  view source on GitHub ↗

Set how an empty cell will be represented

(empty string)

Source from the content-addressed store, hash-verified

348
349// Set how an empty cell will be represented
350func (t *Tabulate) SetEmptyString(empty string) {
351 t.EmptyVar = empty + " "
352}
353
354// Set which lines to hide.
355// Can be:

Callers 14

TestEmptyStringFunction · 0.80
TestSimpleFloatsFunction · 0.80
TestSimpleIntsFunction · 0.80
TestSimpleInts64Function · 0.80
TestSimpleStringFunction · 0.80
TestSimpleMixedFunction · 0.80
TestSimpleMapMixedFunction · 0.80
TestGridFloatsFunction · 0.80
TestGridIntsFunction · 0.80
TestGridInts64Function · 0.80
TestGridStringFunction · 0.80
TestGridMixedFunction · 0.80

Calls

no outgoing calls

Tested by 14

TestEmptyStringFunction · 0.64
TestSimpleFloatsFunction · 0.64
TestSimpleIntsFunction · 0.64
TestSimpleInts64Function · 0.64
TestSimpleStringFunction · 0.64
TestSimpleMixedFunction · 0.64
TestSimpleMapMixedFunction · 0.64
TestGridFloatsFunction · 0.64
TestGridIntsFunction · 0.64
TestGridInts64Function · 0.64
TestGridStringFunction · 0.64
TestGridMixedFunction · 0.64