Meeseeks.Selector.match
You're seeing just the callback
match
, go back to Meeseeks.Selector module for more information.
Specs
match( selector :: t(), node :: Meeseeks.Document.node_t(), document :: Meeseeks.Document.t(), context :: Meeseeks.Context.t() ) :: boolean() | {boolean(), Meeseeks.Context.t()}
Invoked in order to check if the selector matches the node in the context of the document. Can return a boolean or a tuple of a boolean and a context.