@@ -38,7 +38,7 @@ flutter_rust_bridge::frb_generated_boilerplate!(
38
38
default_rust_auto_opaque = RustAutoOpaqueMoi ,
39
39
) ;
40
40
pub ( crate ) const FLUTTER_RUST_BRIDGE_CODEGEN_VERSION : & str = "2.8.0" ;
41
- pub ( crate ) const FLUTTER_RUST_BRIDGE_CODEGEN_CONTENT_HASH : i32 = 229275691 ;
41
+ pub ( crate ) const FLUTTER_RUST_BRIDGE_CODEGEN_CONTENT_HASH : i32 = 775125233 ;
42
42
43
43
// Section: executor
44
44
@@ -705,15 +705,15 @@ fn wire__crate__api__opendal_api__Operator_delete_sync_impl(
705
705
} ,
706
706
)
707
707
}
708
- fn wire__crate__api__opendal_api__Operator_is_exist_impl (
708
+ fn wire__crate__api__opendal_api__Operator_exists_impl (
709
709
port_ : flutter_rust_bridge:: for_generated:: MessagePort ,
710
710
ptr_ : flutter_rust_bridge:: for_generated:: PlatformGeneralizedUint8ListPtr ,
711
711
rust_vec_len_ : i32 ,
712
712
data_len_ : i32 ,
713
713
) {
714
714
FLUTTER_RUST_BRIDGE_HANDLER . wrap_async :: < flutter_rust_bridge:: for_generated:: SseCodec , _ , _ , _ > (
715
715
flutter_rust_bridge:: for_generated:: TaskInfo {
716
- debug_name : "Operator_is_exist " ,
716
+ debug_name : "Operator_exists " ,
717
717
port : Some ( port_) ,
718
718
mode : flutter_rust_bridge:: for_generated:: FfiCallMode :: Normal ,
719
719
} ,
@@ -753,7 +753,7 @@ fn wire__crate__api__opendal_api__Operator_is_exist_impl(
753
753
}
754
754
let api_that_guard = api_that_guard. unwrap ( ) ;
755
755
let output_ok = Result :: < _ , ( ) > :: Ok (
756
- crate :: api:: opendal_api:: Operator :: is_exist ( & * api_that_guard, api_path)
756
+ crate :: api:: opendal_api:: Operator :: exists ( & * api_that_guard, api_path)
757
757
. await ,
758
758
) ?;
759
759
Ok ( output_ok)
@@ -764,14 +764,14 @@ fn wire__crate__api__opendal_api__Operator_is_exist_impl(
764
764
} ,
765
765
)
766
766
}
767
- fn wire__crate__api__opendal_api__Operator_is_exist_sync_impl (
767
+ fn wire__crate__api__opendal_api__Operator_exists_sync_impl (
768
768
ptr_ : flutter_rust_bridge:: for_generated:: PlatformGeneralizedUint8ListPtr ,
769
769
rust_vec_len_ : i32 ,
770
770
data_len_ : i32 ,
771
771
) -> flutter_rust_bridge:: for_generated:: WireSyncRust2DartSse {
772
772
FLUTTER_RUST_BRIDGE_HANDLER . wrap_sync :: < flutter_rust_bridge:: for_generated:: SseCodec , _ > (
773
773
flutter_rust_bridge:: for_generated:: TaskInfo {
774
- debug_name : "Operator_is_exist_sync " ,
774
+ debug_name : "Operator_exists_sync " ,
775
775
port : None ,
776
776
mode : flutter_rust_bridge:: for_generated:: FfiCallMode :: Sync ,
777
777
} ,
@@ -806,7 +806,7 @@ fn wire__crate__api__opendal_api__Operator_is_exist_sync_impl(
806
806
}
807
807
let api_that_guard = api_that_guard. unwrap ( ) ;
808
808
let output_ok = Result :: < _ , ( ) > :: Ok (
809
- crate :: api:: opendal_api:: Operator :: is_exist_sync ( & * api_that_guard, api_path) ,
809
+ crate :: api:: opendal_api:: Operator :: exists_sync ( & * api_that_guard, api_path) ,
810
810
) ?;
811
811
Ok ( output_ok)
812
812
} ) ( ) )
@@ -1258,7 +1258,7 @@ fn pde_ffi_dispatcher_primary_impl(
1258
1258
wire__crate__api__opendal_api__Operator_delete_impl ( port, ptr, rust_vec_len, data_len)
1259
1259
}
1260
1260
14 => {
1261
- wire__crate__api__opendal_api__Operator_is_exist_impl ( port, ptr, rust_vec_len, data_len)
1261
+ wire__crate__api__opendal_api__Operator_exists_impl ( port, ptr, rust_vec_len, data_len)
1262
1262
}
1263
1263
17 => {
1264
1264
wire__crate__api__opendal_api__Operator_rename_impl ( port, ptr, rust_vec_len, data_len)
@@ -1298,9 +1298,7 @@ fn pde_ffi_dispatcher_sync_impl(
1298
1298
data_len,
1299
1299
) ,
1300
1300
13 => wire__crate__api__opendal_api__Operator_delete_sync_impl ( ptr, rust_vec_len, data_len) ,
1301
- 15 => {
1302
- wire__crate__api__opendal_api__Operator_is_exist_sync_impl ( ptr, rust_vec_len, data_len)
1303
- }
1301
+ 15 => wire__crate__api__opendal_api__Operator_exists_sync_impl ( ptr, rust_vec_len, data_len) ,
1304
1302
16 => wire__crate__api__opendal_api__Operator_new_impl ( ptr, rust_vec_len, data_len) ,
1305
1303
18 => wire__crate__api__opendal_api__Operator_rename_sync_impl ( ptr, rust_vec_len, data_len) ,
1306
1304
20 => wire__crate__api__opendal_api__Operator_stat_sync_impl ( ptr, rust_vec_len, data_len) ,
0 commit comments