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

Struct setClass

pm/pm.go:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239type setClass struct {
240 IsNot bool
241 Classes []class
242}
243
244func (pn *setClass) Matches(ch int) bool {
245 for _, class := range pn.Classes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected