MCPcopy
hub / github.com/callumalpass/tasknotes / pluginDataFileExists

Method pluginDataFileExists

src/main.ts:675–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673 }
674
675 private async pluginDataFileExists(): Promise<boolean> {
676 return pluginDataFileExists(this);
677 }
678
679 private async loadSettingsData(): Promise<LoadedSettingsData | null> {
680 this.settingsLoadCompromised = false;

Callers 1

Calls 1

pluginDataFileExistsFunction · 0.90

Tested by

no test coverage detected