MCPcopy 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
85func (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
95func (l *methodLexer) skip() {
96 if cur := l.cur + 1; cur < len(l.words) {

Callers 3

oFunction · 0.80
bundle.jsFile · 0.80
parseMethod · 0.80

Calls 1

peekMethod · 0.95

Tested by

no test coverage detected