bark icon indicating copy to clipboard operation
bark copied to clipboard

Helper functions

Open adamjkb opened this issue 1 year ago • 1 comments

A collection of syntactic sugar functions to help make repetitive task easier. A couple of examples of what these might be called:

  • isDescendantOf
  • isChildOf
  • isSiblingOf
  • isRoot
  • isLeaf

The collection could also expose internal utility functions we are already using inside of the extension:

  • path_from_depth
  • increment_path

adamjkb avatar Jul 02 '23 17:07 adamjkb