Skip to content

codeintel: Add PagedReferences to lsifstore

Administrator requested to merge ef/rewrite-resolvers-lsifstore into main

Created by: efritz

Helps https://github.com/sourcegraph/sourcegraph/pull/17964.

This adds PagedReferences, which is a version of References that supports limit/offset pagination (admittedly a very gross version). We'll be putting effort into paginating efficiently here without fully decoding an unbounded set of LSIF payloads.

Merge request reports

Loading