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

Method openIgnoreManager

src/main.ts:380–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 }
379
380 async openIgnoreManager() {
381 await this.pruneIgnoredFiles();
382 new IgnoreManagerModal(this.app, this).open();
383 }
384
385 async openManagedFile(file: TFile): Promise<void> {
386 const nativeBinaryExtensions = [

Callers 1

renderMethod · 0.80

Calls 2

pruneIgnoredFilesMethod · 0.95
openMethod · 0.45

Tested by

no test coverage detected