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

Method clearIndexes

src/utils/DependencyCache.ts:725–734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723 }
724
725 private clearIndexes(): void {
726 this.dependencySources.clear();
727 this.dependencyTargets.clear();
728 this.activeDependencySources.clear();
729 this.activeDependencyTargets.clear();
730 this.projectReferences.clear();
731 this.projectReferenceSources.clear();
732 this.relationshipFingerprints.clear();
733 this.completedStatusByPath.clear();
734 }
735
736 /**
737 * Cleanup

Callers 2

updateConfigMethod · 0.95
destroyMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected