Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SymbolGraph ¶
type SymbolGraph struct {
// contains filtered or unexported fields
}
func NewSymbolGraph ¶
func NewSymbolGraph(filename string, delimiter string) *SymbolGraph
func (*SymbolGraph) Contains ¶
func (sg *SymbolGraph) Contains(s string) bool
func (*SymbolGraph) Graph ¶
func (sg *SymbolGraph) Graph() *graph.Graph
func (*SymbolGraph) NameOf ¶
func (sg *SymbolGraph) NameOf(i int) string
Click to show internal directories.
Click to hide internal directories.