Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
buildIndexes
Method · 0.95
handleFileChanged
Method · 0.95
handleFileRenamed
Method · 0.95
indexTaskFile
Method · 0.95
buildIndexesSync
Method · 0.95
Calls
1
isPathInExcludedFolder
Function · 0.90
Tested by
no test coverage detected