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
We re-implement the logic of traversing an Entry graph multiple times in our codebase, performing a different action at each node or tracking different metadata. These use cases could potentially be streamlined by implementing an EntryVisitor class containing the common logic, with subclasses performing the different specific functions.
We re-implement the logic of traversing an
Entry
graph multiple times in our codebase, performing a different action at each node or tracking different metadata. These use cases could potentially be streamlined by implementing anEntryVisitor
class containing the common logic, with subclasses performing the different specific functions.Possible visitor subclasses:
FillUUIDVisitor
SearchVisitor
(forFilestoreBackend
/TestBackend
)SnapVisitor
The text was updated successfully, but these errors were encountered: