Public Functions
🔄 Changes
Updated function visibility to enhance code access control and encapsulation
✨ Improvements
Better control over which functions are accessible from different parts of the code
Enhanced code base organization and structure
Increased security by restricting access to sensitive functions
🔍 Technical Details
Review of access modifiers (public, private, protected) on existing functions
Adjusted visibility according to encapsulation best practices
Updated documentation related to visibility changes