Function: transient-setup-children
transient-setup-children is a byte-compiled function defined in
transient.el.
Signature
(transient-setup-children GROUP CHILDREN)
Documentation
Setup the CHILDREN of GROUP.
If the value of the setup-children slot is non-nil, then call
that function with CHILDREN as the only argument and return the
value. Otherwise return CHILDREN as is.
Implementations
((group transient-group) children) in `transient.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(cl-defgeneric transient-setup-children (group children)
"Setup the CHILDREN of GROUP.
If the value of the `setup-children' slot is non-nil, then call
that function with CHILDREN as the only argument and return the
value. Otherwise return CHILDREN as is.")