MCPcopy Create free account
hub / github.com/kataras/iris / peekNext

Method peekNext

mvc/controller_method_parser.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func (l *methodLexer) peekNext() (w string) {
111 return l.peek(l.cur + 1)
112}
113
114func genParamKey(argIdx int) string {
115 return "param" + strconv.Itoa(argIdx) // param0, param1, param2...

Callers 1

parsePathParamMethod · 0.80

Calls 1

peekMethod · 0.95

Tested by

no test coverage detected