MCPcopy Index your code
hub / github.com/XTLS/REALITY / String

Method String

alert.go:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (e alert) String() string {
102 s, ok := alertText[e]
103 if ok {
104 return "tls: " + s
105 }
106 return "tls: alert(" + strconv.Itoa(int(e)) + ")"
107}
108
109func (e alert) Error() string {
110 return e.String()

Callers 15

ErrorMethod · 0.95
generate_cert.goFile · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45
unmarshalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected