Skip to content

Commit

Permalink
Fix ViewList/applyNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Existed committed Sep 5, 2024
1 parent e4a618c commit ebd0304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenSwiftUI/Core/View/View/ViewList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ protocol ViewList {
var traitKeys: ViewTraitKeys? { get }
var viewIDs: _ViewList_ID.Views? { get }
var traits: ViewTraitCollection { get }
func applyNodes(from index: inout Int, style: _ViewList_IteratorStyle, list: _GraphValue<ViewList>?, transform: inout _ViewList_SublistTransform, to body: (inout Int, _ViewList_IteratorStyle, _ViewList_Node, inout _ViewList_SublistTransform) -> Bool) -> Bool
func applyNodes(from index: inout Int, style: _ViewList_IteratorStyle, list: Attribute<ViewList>?, transform: inout _ViewList_SublistTransform, to body: (inout Int, _ViewList_IteratorStyle, _ViewList_Node, inout _ViewList_SublistTransform) -> Bool) -> Bool
func edit(forID id: _ViewList_ID, since transaction: TransactionID) -> _ViewList_Edit?
func firstOffset<OtherID>(forID id: OtherID, style: _ViewList_IteratorStyle) -> Int? where OtherID: Hashable
}
Expand Down

0 comments on commit ebd0304

Please sign in to comment.