MCPcopy
hub / github.com/grpc/grpc-go / String

Method String

internal/xds/bootstrap/bootstrap.go:562–565  ·  view source on GitHub ↗

String returns a string representation of the Config.

()

Source from the content-addressed store, hash-verified

560
561// String returns a string representation of the Config.
562func (c *Config) String() string {
563 s, _ := c.MarshalJSON()
564 return string(s)
565}
566
567// The following fields correspond 1:1 with the JSON schema for Config.
568type configJSON struct {

Callers

nothing calls this directly

Calls 1

MarshalJSONMethod · 0.95

Tested by

no test coverage detected