Versions in this module Expand all Collapse all v0 v0.0.1 Aug 24, 2026 Changes in this version + func Closure(contracts map[string]Contract) map[string]Transitive + type Analysis struct + Contracts map[string]Contract + Docstrings map[string][]string + func Analyze(path, name string, data []byte, funcs template.FuncMap) (Analysis, error) + type Call struct + Data string + Name string + type Contract struct + Calls []Call + Dynamic bool + Empty bool + Funcs []string + Reads []string + RootReads []string + Unresolved int + type Transitive struct + Funcs []string + Reaches []string + Reads []string + Recursive bool + Unresolved int