as_nested_set v3.2.0 AsNestedSet

Link to this section Summary

Link to this section Types

Link to this type executable()
executable() :: (Ecto.Repo.t() -> any())

Link to this section Functions

Link to this function ancestors(target)
Link to this function children(target)
Link to this function create(new_model, position)
Link to this function create(new_model, target, position)
Link to this function defined?(struct)
defined?(struct()) :: boolean()
Link to this function descendants(target)
Link to this function dump(module, scope)
Link to this function dump(module, scope, parent_id)
Link to this function dump_one(module, scope)
Link to this function execute(call, repo)
execute(executable(), Ecto.Repo.t()) :: any()
Link to this function leaves(module, scope)
Link to this function move(model, position)
Link to this function move(model, target, position)
Link to this function right_most(target)
Link to this function right_most(module, scope)
Link to this function root(module, scope)
Link to this function roots(module, scope)
Link to this function self_and_descendants(target)
Link to this function self_and_siblings(target)
Link to this function traverse(node, context, pre, post)
Link to this function traverse(module, scope, context, pre, post)