You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor argument verification logic from _multicall to HookImpl
Move the duplicated argument extraction and error handling logic from
_multicall into a private _get_call_args() method on HookImpl. This
eliminates code duplication between wrapper and normal hook implementation
processing paths and centralizes the argument verification logic.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments