index

package
v0.0.0-...-d6cac53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const LanguageScala = "scala"

Variables

This section is empty.

Functions

func NewJSONWriter

func NewJSONWriter(w io.Writer) writer.JSONWriter

NewJSONWriter creates a new JSONWriter wrapping the given writer.

Types

type Indexer

type Indexer interface {
	Index() (*Stats, error)
}

Indexer reads SemanticDB files and outputs LSIF data.

func NewIndexer

func NewIndexer(
	projectRoot []string,
	printProgressDots bool,
	toolInfo protocol.ToolInfo,
	w io.Writer,
) Indexer

NewIndexer creates a new Indexer.

type Stats

type Stats struct {
	NumFiles    uint
	NumDefs     uint
	NumElements uint64
}

Stats contains statistics of data processed during index.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL