Function: ede-subproject-p
ede-subproject-p is a byte-compiled function defined in base.el.gz.
Signature
(ede-subproject-p ARG &rest ARGS)
Implementations
(ede-subproject-p (PROJ ede-project)) in `ede/base.el'.
Return non-nil if PROJ is a sub project.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/base.el.gz
(cl-defmethod ede-subproject-p ((proj ede-project))
"Return non-nil if PROJ is a sub project."
;; @TODO - Use this in more places, and also pay attention to
;; metasubproject in ede/proj.el
(ede-parent-project proj))