Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
793
func
methodTypString(method methodTyp) string {
794
for
s, t :=
range
methodMap {
795
if
method == t {
796
return
s
797
}
798
}
799
return
""
800
}
801
802
type
nodes []*node
803
Callers
1
routes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected