func CodeLensSources() map[settings.CodeLensSource]cache.CodeLensSourceFunc { … }
func upgradeLenses(ctx context.Context, snapshot *cache.Snapshot, fh file.Handle) ([]protocol.CodeLens, error) { … }
func tidyLens(ctx context.Context, snapshot *cache.Snapshot, fh file.Handle) ([]protocol.CodeLens, error) { … }
func vendorLens(ctx context.Context, snapshot *cache.Snapshot, fh file.Handle) ([]protocol.CodeLens, error) { … }
func moduleStmtRange(fh file.Handle, pm *cache.ParsedModule) (protocol.Range, error) { … }
func firstRequireRange(fh file.Handle, pm *cache.ParsedModule) (protocol.Range, error) { … }
func vulncheckLenses(ctx context.Context, snapshot *cache.Snapshot, fh file.Handle) ([]protocol.CodeLens, error) { … }
func runGovulncheckLenses(ctx context.Context, snapshot *cache.Snapshot, fh file.Handle) ([]protocol.CodeLens, error) { … }