common

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EdgeStorage

type EdgeStorage struct {
	RefLines map[int]struct{}
}

func NewEdgeStorage

func NewEdgeStorage() *EdgeStorage

type GraphOptions added in v0.11.0

type GraphOptions struct {
	Src      string        `json:"src"`
	LsifFile string        `json:"lsifFile"`
	ScipFile string        `json:"scipFile"`
	Lang     core.LangType `json:"lang"`

	// other options (like performance
	GenGolangIndex bool `json:"genGolangIndex"`
	NoEntries      bool `json:"noEntries"`
}

func DefaultGraphOptions added in v0.11.0

func DefaultGraphOptions() *GraphOptions

Jump to

Keyboard shortcuts

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