We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14de95 commit acfcb45Copy full SHA for acfcb45
1 file changed
Source/Binary.rs
@@ -680,6 +680,13 @@ pub fn Fn() {
680
crate::IPC::mountain_get_ipc_status,
681
crate::IPC::mountain_get_ipc_status_history,
682
crate::IPC::mountain_start_ipc_status_reporting,
683
+ crate::IPC::mountain_get_performance_stats,
684
+ crate::IPC::mountain_get_cache_stats,
685
+ crate::IPC::mountain_create_collaboration_session,
686
+ crate::IPC::mountain_get_collaboration_sessions,
687
+ crate::IPC::mountain_add_document_for_sync,
688
+ crate::IPC::mountain_get_sync_status,
689
+ crate::IPC::mountain_subscribe_to_updates,
690
])
691
// ---------------------------------------------------------------------
692
// [Tauri] Build & run loop
0 commit comments