Skip to content

Public Functions

Compare
Choose a tag to compare
@IamStivgo IamStivgo released this 26 Nov 17:18
· 12 commits to main since this release
e5cbdc1

🔄 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