MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GetHTTPSStatus

Function GetHTTPSStatus

internal/web/https_mode.go:371–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369}
370
371func GetHTTPSStatus() HTTPSStatus {
372 httpsStatusLock.RLock()
373 defer httpsStatusLock.RUnlock()
374
375 status := httpsStatus
376 status.Checks = append([]string{}, status.Checks...)
377 status.NextSteps = append([]string{}, status.NextSteps...)
378 return status
379}
380
381func containsString(items []string, target string) bool {
382 for _, item := range items {

Callers 1

httpsIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected