MCPcopy Index your code
hub / github.com/coder/coder / String

Method String

coderd/healthcheck/health/model.go:74–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (m Message) String() string {
75 var sb strings.Builder
76 _, _ = sb.WriteString(string(m.Code))
77 _, _ = sb.WriteRune(':')
78 _, _ = sb.WriteRune(' ')
79 _, _ = sb.WriteString(m.Message)
80 return sb.String()
81}
82
83// URL returns a link to the admin/monitoring/health-check docs page for the given Message.
84// NOTE: if using a custom docs URL, specify base.

Callers 8

RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
TestDatabaseFunction · 0.45
doExchangeMessageMethod · 0.45
stunAddrMethod · 0.45
derpClientMethod · 0.45
ErrorfFunction · 0.45

Calls 1

WriteStringMethod · 0.80

Tested by 1

TestDatabaseFunction · 0.36