INNER CODE UNIT · Go

func

megaease/easemesh · go-sdk/stdlib/stdlib.go:152

func (h *AgentHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
	h.handlerFunc(w, r)
}

func strInSlice(s string, ss []string) bool {
	for _, str := range ss {
		if s == str {
			return true
		}
	}

	return false
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…