Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
func
(l *methodLexer) peekNext() (w string) {
111
return
l.peek(l.cur + 1)
112
}
113
114
func
genParamKey(argIdx int) string {
115
return
"param"
+ strconv.Itoa(argIdx)
// param0, param1, param2...
Callers
1
parsePathParam
Method · 0.80
Calls
1
peek
Method · 0.95
Tested by
no test coverage detected