package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateDot creates a dot representation of the graph associated with a dst node.
Walk walks the graph starting at the argument root and returns
a graphviz (dot) representation.
type Edge struct {
Dest *Node
Relationship string
}
Edge is a representation of an edge in the AST graph.
Node is a representation of a node in the AST graph.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.