MCPcopy
hub / github.com/google/gvisor / String

Method String

tools/bigquery/bigquery.go:118–122  ·  view source on GitHub ↗

String implements the String method for Benchmark

()

Source from the content-addressed store, hash-verified

116
117// String implements the String method for Benchmark
118func (bm *Benchmark) String() string {
119 var sb strings.Builder
120 bm.debugString(&sb, "")
121 return sb.String()
122}
123
124// debugString writes debug information to the given string builder with the
125// given prefix.

Callers

nothing calls this directly

Calls 2

debugStringMethod · 0.95
StringMethod · 0.95

Tested by

no test coverage detected