Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kataras/iris
/ methodTitle
Function
methodTitle
mvc/controller_method_parser.go:139–142 ·
view source on GitHub ↗
(httpMethod string)
Source
from the content-addressed store, hash-verified
137
}
138
139
func
methodTitle(httpMethod string) string {
140
httpMethodFuncName := strings.Title(strings.ToLower(httpMethod))
141
return
httpMethodFuncName
142
}
143
144
var
errSkip = errors.New(
"skip"
)
145
Callers
1
parse
Method · 0.85
Calls
1
Title
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…