sourcegraph/lib/codeintel/precise
Varun Gandhi 80a154c084
uploads: Simplify code for streaming indexes (#54567)
Previously, we had a bunch of channels and goroutines, which
aren't necessary, since the invoking goroutine anyways processes
the documents one-by-one and writes them into the database

## Test plan

Covered by existing tests
2023-07-24 05:51:32 +00:00
..
diff ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
BUILD.bazel ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
hash_test.go codeintel: Rename semantic package to precise (#23487) 2021-08-04 14:45:52 -05:00
hash.go codeintel: Rename semantic package to precise (#23487) 2021-08-04 14:45:52 -05:00
query.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
types.go uploads: Simplify code for streaming indexes (#54567) 2023-07-24 05:51:32 +00:00
util_test.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
util.go codeintel: add support for find-implementations (#24854) 2021-11-04 12:53:59 -06:00