org-babel-check-confirm-evaluate
org-babel-check-confirm-evaluate is a Lisp macro in `ob-core.el
'.
(org-babel-check-confirm-evaluate INFO &rest BODY)
Evaluate BODY with special execution confirmation variables set.
Specifically; NOEVAL will indicate if evaluation is allowed,
QUERY will indicate if a user query is required, CODE-BLOCK will
hold the language of the code block, and BLOCK-NAME will hold the
name of the code block.