| 923 | char* patchStorageSlug = nullptr; |
| 924 | |
| 925 | void syncfs() |
| 926 | { |
| 927 | settings::save(); |
| 928 | |
| 929 | #ifndef CARDINAL_COMMON_UI_ONLY |
| 930 | EM_ASM({ |
| 931 | Module.FS.syncfs(false, function(){} ); |
| 932 | }); |
| 933 | #endif |
| 934 | } |
| 935 | #endif |
| 936 | |
| 937 | std::string homeDir() |
no outgoing calls
no test coverage detected