MCPcopy Create free account
hub / github.com/datasweet/datatable / ExportHidden

Function ExportHidden

export.go:11–15  ·  view source on GitHub ↗

ExportHidden to show a column when exporting (default false)

(v bool)

Source from the content-addressed store, hash-verified

9
10// ExportHidden to show a column when exporting (default false)
11func ExportHidden(v bool) ExportOption {
12 return func(opts *ExportOptions) {
13 opts.WithHiddenCols = v
14 }
15}
16
17// newExportOptions to build the ExportOptions in order to acces the parameters
18func newExportOptions(opt ...ExportOption) ExportOptions {

Callers 6

TestRowsFunction · 0.92
TestRowFunction · 0.92
TestToTableFunction · 0.92
TestToMapFunction · 0.92
TestToSchemaFunction · 0.92
joinMethod · 0.85

Calls

no outgoing calls

Tested by 5

TestRowsFunction · 0.74
TestRowFunction · 0.74
TestToTableFunction · 0.74
TestToMapFunction · 0.74
TestToSchemaFunction · 0.74