MCPcopy
hub / github.com/cortexlabs/cortex / MustPrint

Method MustPrint

pkg/lib/table/table.go:112–114  ·  view source on GitHub ↗

Prints the error message as a string (if there is an error)

(opts ...*Opts)

Source from the content-addressed store, hash-verified

110
111// Prints the error message as a string (if there is an error)
112func (t *Table) MustPrint(opts ...*Opts) {
113 fmt.Print(t.MustFormat(opts...))
114}
115
116// Return the error message as a string
117func (t *Table) MustFormat(opts ...*Opts) string {

Callers 2

printInfoPricingFunction · 0.95
printInfoNodesFunction · 0.95

Calls 2

MustFormatMethod · 0.95
PrintMethod · 0.45

Tested by

no test coverage detected