We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e4d1b commit 1d8b0e0Copy full SHA for 1d8b0e0
go/callgraph/callgraph.go
@@ -89,7 +89,7 @@ func (n *Node) String() string {
89
// A Edge represents an edge in the call graph.
90
//
91
// Site is nil for edges originating in synthetic or intrinsic
92
-// functions, e.g. reflect.Call or the root of the call graph.
+// functions, e.g. reflect.Value.Call or the root of the call graph.
93
type Edge struct {
94
Caller *Node
95
Site ssa.CallInstruction
0 commit comments