org-babel-confirm-evaluate

org-babel-confirm-evaluate is a compiled Lisp function in `ob-core.el'.

(org-babel-confirm-evaluate INFO)

Confirm evaluation of the code block INFO.

If the variable `org-babel-confirm-evaluate-answer-no' is bound
to a non-nil value, auto-answer with "no".

This query can also be suppressed by setting the value of
`org-confirm-babel-evaluate' to nil, in which case all future
interactive code block evaluations will proceed without any
confirmation from the user.

Note disabling confirmation may result in accidental evaluation
of potentially harmful code.