sourcegraph / scip-python

SCIP indexer for Python
Other
55 stars 25 forks source link

refactor: Reuse indexAction in snapshotAction #116

Closed varungandhi-src closed 1 year ago

varungandhi-src commented 1 year ago

This avoids having two different code paths creating an Indexer object, and dealing with more path normalization.