MCPcopy Create free account
hub / github.com/XTLS/REALITY / String

Method String

common_string.go:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113var _ClientAuthType_index = [...]uint8{0, 12, 29, 49, 72, 98}
114
115func (i ClientAuthType) String() string {
116 if i < 0 || i >= ClientAuthType(len(_ClientAuthType_index)-1) {
117 return "ClientAuthType(" + strconv.FormatInt(int64(i), 10) + ")"
118 }
119 return _ClientAuthType_name[_ClientAuthType_index[i]:_ClientAuthType_index[i+1]]
120}

Callers

nothing calls this directly

Calls 1

ClientAuthTypeTypeAlias · 0.85

Tested by

no test coverage detected