CaseInsensitiveFileIndex.ownsApp method
CaseInsensitiveFileIndex › ownsApp
Checks whether this index mirrors the given application's vault.Signature:
ownsApp(app: App): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| app | App | The application instance to check against. |
Returns: boolean — true if this index belongs to the given application, false otherwise.