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

Method String

common_string.go:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ClientAuthTypeTypeAlias · 0.85

Tested by

no test coverage detected