@@ -38,7 +38,7 @@ flutter_rust_bridge::frb_generated_boilerplate!(
3838 default_rust_auto_opaque = RustAutoOpaqueMoi ,
3939) ;
4040pub ( 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 ;
4242
4343// Section: executor
4444
@@ -705,15 +705,15 @@ fn wire__crate__api__opendal_api__Operator_delete_sync_impl(
705705 } ,
706706 )
707707}
708- fn wire__crate__api__opendal_api__Operator_is_exist_impl (
708+ fn wire__crate__api__opendal_api__Operator_exists_impl (
709709 port_ : flutter_rust_bridge:: for_generated:: MessagePort ,
710710 ptr_ : flutter_rust_bridge:: for_generated:: PlatformGeneralizedUint8ListPtr ,
711711 rust_vec_len_ : i32 ,
712712 data_len_ : i32 ,
713713) {
714714 FLUTTER_RUST_BRIDGE_HANDLER . wrap_async :: < flutter_rust_bridge:: for_generated:: SseCodec , _ , _ , _ > (
715715 flutter_rust_bridge:: for_generated:: TaskInfo {
716- debug_name : "Operator_is_exist " ,
716+ debug_name : "Operator_exists " ,
717717 port : Some ( port_) ,
718718 mode : flutter_rust_bridge:: for_generated:: FfiCallMode :: Normal ,
719719 } ,
@@ -753,7 +753,7 @@ fn wire__crate__api__opendal_api__Operator_is_exist_impl(
753753 }
754754 let api_that_guard = api_that_guard. unwrap ( ) ;
755755 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)
757757 . await ,
758758 ) ?;
759759 Ok ( output_ok)
@@ -764,14 +764,14 @@ fn wire__crate__api__opendal_api__Operator_is_exist_impl(
764764 } ,
765765 )
766766}
767- fn wire__crate__api__opendal_api__Operator_is_exist_sync_impl (
767+ fn wire__crate__api__opendal_api__Operator_exists_sync_impl (
768768 ptr_ : flutter_rust_bridge:: for_generated:: PlatformGeneralizedUint8ListPtr ,
769769 rust_vec_len_ : i32 ,
770770 data_len_ : i32 ,
771771) -> flutter_rust_bridge:: for_generated:: WireSyncRust2DartSse {
772772 FLUTTER_RUST_BRIDGE_HANDLER . wrap_sync :: < flutter_rust_bridge:: for_generated:: SseCodec , _ > (
773773 flutter_rust_bridge:: for_generated:: TaskInfo {
774- debug_name : "Operator_is_exist_sync " ,
774+ debug_name : "Operator_exists_sync " ,
775775 port : None ,
776776 mode : flutter_rust_bridge:: for_generated:: FfiCallMode :: Sync ,
777777 } ,
@@ -806,7 +806,7 @@ fn wire__crate__api__opendal_api__Operator_is_exist_sync_impl(
806806 }
807807 let api_that_guard = api_that_guard. unwrap ( ) ;
808808 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) ,
810810 ) ?;
811811 Ok ( output_ok)
812812 } ) ( ) )
@@ -1258,7 +1258,7 @@ fn pde_ffi_dispatcher_primary_impl(
12581258 wire__crate__api__opendal_api__Operator_delete_impl ( port, ptr, rust_vec_len, data_len)
12591259 }
12601260 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)
12621262 }
12631263 17 => {
12641264 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(
12981298 data_len,
12991299 ) ,
13001300 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) ,
13041302 16 => wire__crate__api__opendal_api__Operator_new_impl ( ptr, rust_vec_len, data_len) ,
13051303 18 => wire__crate__api__opendal_api__Operator_rename_sync_impl ( ptr, rust_vec_len, data_len) ,
13061304 20 => wire__crate__api__opendal_api__Operator_stat_sync_impl ( ptr, rust_vec_len, data_len) ,
0 commit comments