()
| 12 | } |
| 13 | |
| 14 | pub fn default_packaged_root_dir() -> Option<PathBuf> { |
| 15 | home::home_dir().map(|home| home.join(".astrbot")) |
| 16 | } |
| 17 | |
| 18 | pub fn resolve_resource_path<F>(app: &AppHandle, relative_path: &str, log: F) -> Option<PathBuf> |
| 19 | where |
no outgoing calls
no test coverage detected