Documentation
¶
Overview ¶
Package treesitter parses non-Go sources using tree-sitter.
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 non-Go sources using tree-sitter queries.
func (*Parser) ExtractCalls ¶
ExtractCalls returns call edges for the given file when supported.
func (*Parser) ExtractControlFlow ¶
ExtractControlFlow returns control-flow edges for the given file when supported.
Click to show internal directories.
Click to hide internal directories.