Meeseeks.Selector.match

You're seeing just the callback match, go back to Meeseeks.Selector module for more information.
Link to this callback

match( selector, node, document, context )

View Source

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.