Closed avylove closed 1 year ago
The print-symbols command clones the repo once for get_tracked_paths() and again to generate the symbol table. This significantly slows down the total time. Use the same repo for get_tracked_paths() to avoid this.
get_tracked_paths()
Fixed in #59
The print-symbols command clones the repo once for
get_tracked_paths()
and again to generate the symbol table. This significantly slows down the total time. Use the same repo forget_tracked_paths()
to avoid this.