Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): correct argument types in
wrap_node
and wrap_node_or_nil
(
#3006) The `wrap_node` and `wrap_node_or_nil` functions now correctly accept `Node?` to handle nil values, resolving a warning about incorrect argument counts in `api.tree.change_root_to_node()`.
- Loading branch information