Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
func
newMethodLexer(s string) *methodLexer {
27
l := new(methodLexer)
28
l.reset(s)
29
return
l
30
}
31
32
/*
33
var
allowedCapitalWords =
map
[string]
struct
{}{
Callers
1
parseMethod
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…