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

Method isValidFile

src/utils/DependencyCache.ts:721–723  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

719 }
720
721 private isValidFile(path: string): boolean {
722 return !isPathInExcludedFolder(path, this.excludedFolders);
723 }
724
725 private clearIndexes(): void {
726 this.dependencySources.clear();

Callers 5

buildIndexesMethod · 0.95
handleFileChangedMethod · 0.95
handleFileRenamedMethod · 0.95
indexTaskFileMethod · 0.95
buildIndexesSyncMethod · 0.95

Calls 1

isPathInExcludedFolderFunction · 0.90

Tested by

no test coverage detected