Closed Leeeon233 closed 1 month ago
contains()
has()
false
nodes()
isNodeDeleted()
Why not calling it isDeleted() directly?
isDeleted()
There is an API called is_deleted() for DocState::is_deleted() indicates whether the container is deleted
is_deleted()
DocState::is_deleted()
Breaking Change
Tree Container:
contains()
/has()
: Deleted nodes are also included. Returnsfalse
only if the node does not exist.nodes()
: Deleted nodes are also included.isNodeDeleted()
: Added a function to determine whether a node is deleted.