Versions in this module Expand all Collapse all v0 v0.4.1 Aug 29, 2026 v0.4.0 Aug 29, 2026 Changes in this version + type Block struct + Count int + EndLine int + File string + NumStmt int + StartLine int + type Collector struct + func New() *Collector + func (c *Collector) Blocks() []Block + func (c *Collector) Files() []string + func (c *Collector) Functions() []FuncSpan + func (c *Collector) Hit(s model.Stmt) + func (c *Collector) Register(filename string, program *model.Program) + type FuncSpan struct + EndLine int + File string + Name string + StartLine int