Meeseeks.Document.ancestors

You're seeing just the function ancestors, go back to Meeseeks.Document module for more information.
Link to this function

ancestors(document, node_id)

View Source

Specs

ancestors(t(), node_id()) :: [node_id()] | no_return()

Returns the node ids of node_id's ancestors in the context of the document.

Returns the ancestors in reverse order: [parent, grandparent, ...]

Raises if node_id does not exist in the document.