| 582 | virtual void clearDescendants() { layers->clearDescendants(tr, prefix); } |
| 583 | virtual void clear(StringRef key) { layers->clear(tr, DataKey(prefix).append(key)); } |
| 584 | virtual void clearRoot() { layers->clear(tr, prefix); } |
| 585 | |
| 586 | DataKey prefix; |
| 587 | Reference<DocTransaction> tr; |