fix(safe_exec): add get_content_hash by sokumon [frappe] PR#32265
From: https://github.com/frappe/frappe/pull/32265
Date: 2025-04-27 13:37:25+05:30
- fix(safe_exec): add get_content_hash (#32265)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32265
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32265
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease