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

Method skip

mvc/controller_method_parser.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (l *methodLexer) skip() {
96 if cur := l.cur + 1; cur < len(l.words) {
97 l.cur = cur
98 } else {
99 l.cur = len(l.words) - 1
100 }
101}
102
103func (l *methodLexer) peek(idx int) string {
104 if idx < len(l.words) {

Callers 2

ServeHTTPMethod · 0.80
parsePathParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected