Versions in this module Expand all Collapse all v0 v0.1.1 May 7, 2026 v0.1.0 May 7, 2026 v0.0.2 May 7, 2026 v0.0.1 May 7, 2026 Changes in this version + type CallGraph struct + Edges map[string][]string + Funcs []Function + type Function struct + EndLn int + Exported bool + Name string + StartLn int + type Import struct + Aliases map[string]string + Column int + DepKey string + Kind ImportKind + Line int + Module string + Symbols []string + type ImportKind string + const ImportDynamic + const ImportRelative + const ImportRequire + const ImportStatic + type Language string + const CSharp + const Go + const Java + const JavaScript + const PHP + const Python + const Ruby + const Rust + const TypeScript + type Options struct + IncludeCallGraph bool + IncludeImports bool + IncludeSymbols bool + type Result struct + CallGraph *CallGraph + Imports []Import + ParseError error + UsedSymbols []UsedSymbol + func Extract(lang Language, body []byte, opts Options) (Result, error) + type UsedSymbol struct + Column int + DepKey string + Line int + Module string + Symbol string