MCPcopy Create free account
hub / github.com/imroc/req / String

Method String

internal/godebug/godebug.go:91–93  ·  view source on GitHub ↗

String returns a printable form for the setting: name=value.

()

Source from the content-addressed store, hash-verified

89
90// String returns a printable form for the setting: name=value.
91func (s *Setting) String() string {
92 return s.Name() + "=" + s.Value()
93}
94
95// IncNonDefault increments the non-default behavior counter
96// associated with the given setting.

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
ValueMethod · 0.95

Tested by

no test coverage detected