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
Click to show internal directories.
Click to hide internal directories.