mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
If you look at the code for `bulkMonikerResultsQuery` and `minimalBulkMonikerResultsQuery`, you'll see that the last returned value is the `document_path`. The value returned was directly used an `UploadRootRelPath` elsewhere. So it makes sense to rename the field from URI to `DocumentPath`. ## Test plan Covered by existing tests |
||
|---|---|---|
| .. | ||
| conversion | ||
| protocol | ||
| reader | ||
| scip | ||
| testdata | ||
| validation | ||