Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 v0.1.0 Aug 14, 2026 Changes in this version + type CallResolution string + const CallExternal + const CallSyntactic + const CallUnresolved + type CallSite struct + Callee string + Container string + File string + Lang vocab.Lang + Member string + Module string + Resolution CallResolution + Span relation.Span + Target string + TestContext bool + type ExternalImport struct + File string + Lang vocab.Lang + Member string + Span relation.Span + Specifier string + SrcModule string + TestContext bool + type Result struct + Calls []CallSite + ExternalImports []ExternalImport + LineIndex map[string][]uint32 + Relation *relation.Relation + Unreachable []UnreachableRegion + func Extract(ws *workspace.Workspace) (*Result, error) + func (r *Result) Line(file string, offset uint32) int + type UnreachableRegion struct + Container string + File string + FirstLineSpan relation.Span + Lang vocab.Lang + Member string + Module string + Span relation.Span + TestContext bool