MCPcopy 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
139func methodTitle(httpMethod string) string {
140 httpMethodFuncName := strings.Title(strings.ToLower(httpMethod))
141 return httpMethodFuncName
142}
143
144var errSkip = errors.New("skip")
145

Callers 1

parseMethod · 0.85

Calls 1

TitleMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…