Versions in this module Expand all Collapse all v0 v0.2.0 Aug 26, 2026 v0.1.0 Aug 17, 2026 Changes in this version + func Summarize(tree *ast.ParseResult, truncateLimit int) (result *ast.SummaryResult, err error) + func SummarizeWithEmpties(tree *ast.ParseResult, truncateLimit int, empties map[any]bool) (result *ast.SummaryResult, err error) + type Error struct + Filename string + Funcname string + Message string + func (e *Error) Error() string