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

Method String

tools/bigquery/bigquery.go:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (s *Suite) String() string {
45 var sb strings.Builder
46 s.debugString(&sb, "")
47 return sb.String()
48}
49
50// writeLine writes a line of text to the given string builder with a prefix.
51func writeLine(sb *strings.Builder, prefix string, format string, values ...any) {

Callers

nothing calls this directly

Calls 2

debugStringMethod · 0.95
StringMethod · 0.95

Tested by

no test coverage detected