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
chore: add MustSafecast helper for type conversions
Adds MustSafecast function following the MustBugf pattern:
- Panics in tests when conversion fails
- Returns zero value in production with warning log
- Replaces manual safecast error handling across codebase
Closes#2714
0 commit comments