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

Struct charClass

pm/pm.go:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192func (pn *dotClass) Matches(ch int) bool { return true }
193
194type charClass struct {
195 Ch int
196}
197
198func (pn *charClass) Matches(ch int) bool { return pn.Ch == ch }
199

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected