| 18 | namespace FlowDiffUtils |
| 19 | { |
| 20 | FLOWEDITOR_API void SelectNextRow(SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource); |
| 21 | FLOWEDITOR_API void SelectPrevRow(SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource); |
| 22 | FLOWEDITOR_API bool HasNextDifference(const SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource); |
| 23 | FLOWEDITOR_API bool HasPrevDifference(const SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource); |
nothing calls this directly
no outgoing calls
no test coverage detected