MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / persistIgnoredFiles

Method persistIgnoredFiles

src/main.ts:484–487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483
484 private async persistIgnoredFiles(): Promise<void> {
485 await this.saveData(this.settings);
486 this.refreshDashboardViews();
487 }
488
489 private refreshDashboardViews(): void {
490 const dashboardLeaves = this.app.workspace.getLeavesOfType(VIEW_TYPE_CODE_DASHBOARD);

Callers 5

ignoreFileMethod · 0.95
unignoreFileMethod · 0.95
pruneIgnoredFilesMethod · 0.95

Calls 1

refreshDashboardViewsMethod · 0.95

Tested by

no test coverage detected