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

Method debugString

tools/bigquery/bigquery.go:282–284  ·  view source on GitHub ↗

debugString writes debug information to the given string builder with the given prefix.

(sb *strings.Builder, prefix string)

Source from the content-addressed store, hash-verified

280// debugString writes debug information to the given string builder with the
281// given prefix.
282func (m *Metric) debugString(sb *strings.Builder, prefix string) {
283 writeLine(sb, prefix, "Metric %s: %f %s", m.Name, m.Sample, m.Unit)
284}
285
286// InitBigQuery initializes a BigQuery dataset/table in the project. If the dataset/table already exists, it is not duplicated.
287func InitBigQuery(ctx context.Context, projectID, datasetID, tableID string, opts []option.ClientOption) error {

Callers 1

StringMethod · 0.95

Calls 1

writeLineFunction · 0.85

Tested by

no test coverage detected