Recognizes functions which possess an unresolved function call path.
(uncertain-call-pathp ident call-graph) → *
This function checks whether nil is in
Function:
(defun uncertain-call-pathp (ident call-graph) (declare (xargs :guard (and (identp ident) (ident-ident-option-set-mapp call-graph)))) (let ((__function__ 'uncertain-call-pathp)) (declare (ignorable __function__)) (exists-call-pathp ident nil call-graph)))