Function: ghub--alist-zip

ghub--alist-zip is a byte-compiled function defined in ghub-graphql.el.

Signature

(ghub--alist-zip ROOT)

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.el
(defun ghub--alist-zip (root)
  (let ((branchp (##and (listp %) (listp (cdr %))))
        (make-node (lambda (_ children) children)))
    (treepy-zipper branchp #'identity make-node root)))