MCPcopy Create free account
hub / github.com/go-chi/chi / methodTypString

Function methodTypString

tree.go:793–800  ·  view source on GitHub ↗
(method methodTyp)

Source from the content-addressed store, hash-verified

791}
792
793func methodTypString(method methodTyp) string {
794 for s, t := range methodMap {
795 if method == t {
796 return s
797 }
798 }
799 return ""
800}
801
802type nodes []*node
803

Callers 1

routesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected