org-babel-get-src-block-info

org-babel-get-src-block-info is a compiled Lisp function in `ob-core.el'.

(org-babel-get-src-block-info &optional LIGHT)

Get information on the current source block.

Optional argument LIGHT does not resolve remote variable
references; a process which could likely result in the execution
of other code blocks.

Returns a list
(language body header-arguments-alist switches name indent block-head).