(a: string, b: string)
| 248 | } |
| 249 | |
| 250 | export function areSameVaultFilePath(a: string, b: string): boolean { |
| 251 | return normalizeVaultFilePath(a) === normalizeVaultFilePath(b); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Finds an already-open leaf that is displaying `file` and optionally focuses it. |
no test coverage detected