Function: ede-project-root-directory

ede-project-root-directory is a byte-compiled function defined in auto.el.gz.

Signature

(ede-project-root-directory ARG &rest ARGS)

Implementations

(ede-project-root-directory (THIS ede-linux-project) &optional FILE) in `ede/linux.el'.

Return the root for THIS Linux project with file.

(ede-project-root-directory (THIS ede-cpp-root-project)) in `ede/cpp-root.el'.

Return my root.

(ede-project-root-directory (THIS ede-project-placeholder) &optional FILE) in `ede/files.el'.

If a project knows its root, return it here. Allows for one-project-object-for-a-tree type systems. Optional FILE is the file to test. It is ignored in preference of the anchor file for the project.

(ede-project-root-directory (THIS ede-project-autoload) &optional FILE) in `ede/auto.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/auto.el.gz
;; @FIXME - delete from loaddefs to remove this.
(cl-defmethod ede-project-root-directory ((_this ede-project-autoload) &optional _file)
  "" nil)