| 713 | return dcID; |
| 714 | } |
| 715 | int decodeDatacenterReplicasValue(ValueRef const& value) { |
| 716 | int s; |
| 717 | BinaryReader reader(value, IncludeVersion()); |
| 718 | reader >> s; |
| 719 | return s; |
| 720 | } |
| 721 | |
| 722 | // "\xff\x02/tLogDatacenters/[[datacenterID]]" |
| 723 | extern const KeyRangeRef tLogDatacentersKeys; |
no test coverage detected