MCPcopy Index your code
hub / github.com/VictoriaMetrics/VictoriaLogs / Error

Method Error

lib/httpserver/httpserver.go:697–699  ·  view source on GitHub ↗

Error implements error interface.

()

Source from the content-addressed store, hash-verified

695
696// Error implements error interface.
697func (e *ErrorWithStatusCode) Error() string {
698 return e.Err.Error()
699}
700
701// IsTLS indicates is tls enabled or not for -httpListenAddr at the given idx.
702func IsTLS(idx int) bool {

Callers 4

builtinRoutesHandlerFunction · 0.45
CheckAuthFlagFunction · 0.45
CheckBasicAuthFunction · 0.45
ErrorfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected