MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / updateConfig

Method updateConfig

src/utils/DependencyCache.ts:714–719  ·  view source on GitHub ↗
(settings: TaskNotesSettings)

Source from the content-addressed store, hash-verified

712 }
713
714 updateConfig(settings: TaskNotesSettings): void {
715 this.settings = settings;
716 this.excludedFolders = parseExcludedFolders(settings.excludedFolders);
717 this.clearIndexes();
718 this.indexesBuilt = false;
719 }
720
721 private isValidFile(path: string): boolean {
722 return !isPathInExcludedFolder(path, this.excludedFolders);

Callers

nothing calls this directly

Calls 2

clearIndexesMethod · 0.95
parseExcludedFoldersFunction · 0.90

Tested by

no test coverage detected