MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / PrintResult

Method PrintResult

cli.go:281–283  ·  view source on GitHub ↗
(result *Result, mode DisplayMode, interactive bool)

Source from the content-addressed store, hash-verified

279}
280
281func (c *Cli) PrintResult(result *Result, mode DisplayMode, interactive bool) {
282 printResult(c.OutStream, result, mode, interactive, c.Verbose)
283}
284
285func (c *Cli) PrintProgressingMark() func() {
286 progressMarks := []string{`-`, `\`, `|`, `/`}

Callers 2

RunInteractiveMethod · 0.95
RunBatchMethod · 0.95

Calls 1

printResultFunction · 0.85

Tested by

no test coverage detected