We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://unix.stackexchange.com/questions/59537/display-the-function-body-in-bash
declare -f <cmd>
which only works in zsh, delcare -f works in both zsh and bash.
which