tools: golang.org/x/tools/go/callgraph/static Index | Files

package static

import "golang.org/x/tools/go/callgraph/static"

Package static computes the call graph of a Go program containing only static call edges.

Index

Package Files

static.go

func CallGraph

func CallGraph(prog *ssa.Program) *callgraph.Graph

CallGraph computes the call graph of the specified program considering only static calls.

Package static imports 3 packages (graph) and is imported by 2 packages. Updated about 24 hours ago. Refresh now. Tools for package owners.