MergeContent describes the content of this mergeable value. Used by memberlist client to decide if one change-value can invalidate some other value, that was received previously. Invalidation can happen only if output of MergeContent is a superset of some other MergeContent.
()
| 39 | // one change-value can invalidate some other value, that was received previously. |
| 40 | // Invalidation can happen only if output of MergeContent is a superset of some other MergeContent. |
| 41 | MergeContent() []string |
| 42 | |
| 43 | // RemoveTombstones remove tombstones older than given limit from this mergeable. |
| 44 | // If limit is zero time, remove all tombstones. Memberlist client calls this method with zero limit each |
no outgoing calls
no test coverage detected