Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ next
Method
next
mvc/controller_method_parser.go:85–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(l *methodLexer) next() (w string) {
86
cur := l.cur + 1
87
88
if
w = l.peek(cur); w !=
""
{
89
l.cur++
90
}
91
92
return
93
}
94
95
func
(l *methodLexer) skip() {
96
if
cur := l.cur + 1; cur < len(l.words) {
Callers
3
o
Function · 0.80
bundle.js
File · 0.80
parse
Method · 0.80
Calls
1
peek
Method · 0.95
Tested by
no test coverage detected