Add low_confidence_entries() query to CacheManager #3
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: archeious/luminos#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a method to
_CacheManagerincache.pythat returns all cache entries (file and dir) with confidence below a given threshold (default 0.7).Used by the refinement pass (Phase 8) to prioritize re-investigation.