Skip to content

CaseInsensitiveFileIndex.ownsApp method

CaseInsensitiveFileIndex › ownsApp

Checks whether this index mirrors the given application's vault.

Signature:

ownsApp(app: App): boolean

Parameters:

ParameterTypeDescription
appAppThe application instance to check against.

Returns: booleantrue if this index belongs to the given application, false otherwise.