Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + type Confidence string + const ConfAmbiguous + const ConfExtracted + const ConfInferred + func (c Confidence) Valid() bool + type Edge struct + Confidence Confidence + Count int + DispatchKind string + Dst string + FilePath string + ID int64 + Line int + Order int + Src string + Type EdgeType + type EdgeType string + const EdgeAccessedUnderLock + const EdgeAcquiresLock + const EdgeAdjacent + const EdgeAwaits + const EdgeBindsTo + const EdgeBlame + const EdgeCalls + const EdgeCancellationPath + const EdgeChangedIn + const EdgeContains + const EdgeDefines + const EdgeEmitsEvent + const EdgeExports + const EdgeExtends + const EdgeGRPCCalls + const EdgeGRPCListensOn + const EdgeGovernedBy + const EdgeHTTPCalls + const EdgeHandlesMessage + const EdgeHasDecorator + const EdgeHasHunk + const EdgeHasModifier + const EdgeHasSecurityPattern + const EdgeImplements + const EdgeImports + const EdgeInstantiates + const EdgeInvokes + const EdgeListensOn + const EdgeModifies + const EdgeOverrides + const EdgeRPCCalls + const EdgeReadsField + const EdgeReadsMapping + const EdgeRecvsFrom + const EdgeReferences + const EdgeReleasesLock + const EdgeSendsTo + const EdgeSpawns + const EdgeTimeoutPath + const EdgeUsesFor + const EdgeUsesType + const EdgeWritesField + const EdgeWritesMapping + func AllEdgeTypes() []EdgeType + type Node struct + CanonicalID string + Complexity int + Confidence Confidence + DocComment string + EndByte int + EndLine int + FilePath string + HasAssembly bool + HasExternalCall bool + HasFunctionPointerCall bool + HasFunctionPointerPropagation bool + HasFunctionTypedVar bool + HasHighLevelSelfCall bool + HasInheritanceMROFallback bool + HasLowLevelCall bool + HasSelfDelegatecallDead bool + HasSelfReentrantCall bool + HasValueTransfer bool + ID string + InDegree int + IsFunctionTyped bool + Language string + Name string + OutDegree int + PageRank float64 + QualifiedName string + RecentPRs []PRRef + Signature string + SlotIndex int + StartByte int + StartLine int + SubKind string + Type NodeType + UsageScore float64 + Visibility string + YulBuiltins []string + type NodeType string + const NodeAwaitPoint + const NodeCallSite + const NodeChannel + const NodeClass + const NodeCommit + const NodeConstant + const NodeConstructor + const NodeContract + const NodeDecorator + const NodeEndpoint + const NodeEnum + const NodeEvent + const NodeExport + const NodeField + const NodeFile + const NodeFunction + const NodeGoroutine + const NodeHunk + const NodeIfStmt + const NodeImport + const NodeInterface + const NodeLocalVariable + const NodeLoopStmt + const NodeMapping + const NodeMessageType + const NodeMethod + const NodeModifier + const NodeMutex + const NodePackage + const NodeParameter + const NodePolicy + const NodeReturnStmt + const NodeSecurityPattern + const NodeStruct + const NodeSwitchStmt + const NodeTypeAlias + const NodeVariable + func AllNodeTypes() []NodeType + func SymbolNodeTypes() []NodeType + func (t NodeType) IsSymbol() bool + type PRRef struct + BaseSHA string + HeadSHA string + MergedAtUTC time.Time + Number int + Repo string + Summary string + Title string