IsReplicating returns whether the passed key is being replicated.
(key string)
| 30 | |
| 31 | // IsReplicating returns whether the passed key is being replicated. |
| 32 | IsReplicating(key string) bool |
| 33 | } |
| 34 | |
| 35 | // noOpReplicator is to be used when the node is running singularly and is not part of a cluster. |
no outgoing calls
no test coverage detected