MCPcopy Create free account
hub / github.com/Xallt/sync-graph-settings / getLocalGraphLeaves

Method getLocalGraphLeaves

main.ts:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 getLocalGraphLeaves() {
142 return this.app.workspace.getLeavesOfType('localgraph');
143 }
144
145 setSettings(localGraphLeaf: WorkspaceLeaf, colorGroups: any, searchFilters: any, closeSettings: any, lineSizeMultiplier: any, nodeSizeMultiplier: any, showTags: boolean) {
146 const viewState = localGraphLeaf.getViewState();

Callers 1

syncGlobalToLocalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected