MCPcopy Create free account
hub / github.com/yuin/gopher-lua / Matches

Method Matches

pm/pm.go:187–187  ·  view source on GitHub ↗
(ch int)

Source from the content-addressed store, hash-verified

185
186type class interface {
187 Matches(ch int) bool
188}
189
190type dotClass struct{}

Callers 2

MatchesMethod · 0.65
recursiveVMFunction · 0.65

Implementers 5

dotClasspm/pm.go
charClasspm/pm.go
singleClasspm/pm.go
setClasspm/pm.go
rangeClasspm/pm.go

Calls

no outgoing calls

Tested by

no test coverage detected