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

Function newMethodLexer

mvc/controller_method_parser.go:26–30  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

24}
25
26func newMethodLexer(s string) *methodLexer {
27 l := new(methodLexer)
28 l.reset(s)
29 return l
30}
31
32/*
33var allowedCapitalWords = map[string]struct{}{

Callers 1

parseMethodFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…