Documentation
¶
Overview ¶
Package golang provides a Go source parser for graph extraction.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser parses Go source files into graph nodes and edges.
func (*Parser) ExtractCalls ¶
ExtractCalls extracts call graph edges from a Go source file.
func (*Parser) ExtractControlFlow ¶
ExtractControlFlow extracts control-flow ordered call edges from a Go source file.
Click to show internal directories.
Click to hide internal directories.