MCPcopy
hub / github.com/google/go-cmp / WithVerbosity

Method WithVerbosity

cmp/report_compare.go:64–68  ·  view source on GitHub ↗
(level int)

Source from the content-addressed store, hash-verified

62 return opts
63}
64func (opts formatOptions) WithVerbosity(level int) formatOptions {
65 opts.VerbosityLevel = level
66 opts.LimitVerbosity = true
67 return opts
68}
69func (opts formatOptions) verbosity() uint {
70 switch {
71 case opts.VerbosityLevel < 0:

Callers 1

FormatDiffMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected