Versions in this module Expand all Collapse all v0 v0.0.2 May 29, 2026 v0.0.1 May 29, 2026 Changes in this version + type Parser interface + ExtractCalls func(ctx context.Context, path string) ([]*graph.Edge, error) + ExtractControlFlow func(ctx context.Context, path string) ([]*graph.Edge, error) + ParseFile func(ctx context.Context, path string) ([]*graph.Node, []*graph.Edge, error)