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

Method Undocumented

internal/godebug/godebug.go:86–88  ·  view source on GitHub ↗

Undocumented reports whether this is an undocumented setting.

()

Source from the content-addressed store, hash-verified

84
85// Undocumented reports whether this is an undocumented setting.
86func (s *Setting) Undocumented() bool {
87 return s.name != "" && s.name[0] == '#'
88}
89
90// String returns a printable form for the setting: name=value.
91func (s *Setting) String() string {

Callers 1

ValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected