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
To make private access work, the Nodes' Module _context id number will need to be made public so it can be checked at compile-time for allow-ability in use-cases.
The text was updated successfully, but these errors were encountered:
It is not immediately clear where this should belong, but access control needs to be integrated into the current functions system.
It may be sufficient to add an accessor enum structure to FunctionNode's Protected Variables.
To make private access work, the Nodes' Module
_context
id number will need to be made public so it can be checked at compile-time for allow-ability in use-cases.The text was updated successfully, but these errors were encountered: