MCPcopy Index your code
hub / github.com/kataras/iris / genParamKey

Function genParamKey

mvc/controller_method_parser.go:114–116  ·  view source on GitHub ↗
(argIdx int)

Source from the content-addressed store, hash-verified

112}
113
114func genParamKey(argIdx int) string {
115 return "param" + strconv.Itoa(argIdx) // param0, param1, param2...
116}
117
118type methodParser struct {
119 lexer *methodLexer

Callers 1

parsePathParamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…