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

Method refreshDashboardViews

src/main.ts:489–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487 }
488
489 private refreshDashboardViews(): void {
490 const dashboardLeaves = this.app.workspace.getLeavesOfType(VIEW_TYPE_CODE_DASHBOARD);
491 dashboardLeaves.forEach((leaf) => {
492 if (leaf.view instanceof CodeDashboardView) {
493 leaf.view.render();
494 }
495 });
496 }
497
498 private getKnownDocuments(): Document[] {
499 const docs = new Set<Document>();

Callers 2

saveSettingsMethod · 0.95
persistIgnoredFilesMethod · 0.95

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected