0508 1.2s轮询同步
This commit is contained in:
@@ -2088,7 +2088,7 @@ fn encode_local_id_segment(value: &str) -> String {
|
||||
encoded
|
||||
}
|
||||
|
||||
fn decode_local_id_segment(value: &str) -> Result<String, WebError> {
|
||||
pub(crate) fn decode_local_id_segment(value: &str) -> Result<String, WebError> {
|
||||
let bytes = value.as_bytes();
|
||||
let mut decoded = Vec::with_capacity(bytes.len());
|
||||
let mut index = 0;
|
||||
|
||||
Reference in New Issue
Block a user