package
0.0.0-20210809150336-f5fa6252f1aa
Repository: https://github.com/adityasaky/go-tools.git
Documentation: pkg.go.dev

# Functions

New returns a new control-flow graph for the specified function body, which must be non-nil.

# Structs

A Block represents a basic block: a list of statements and expressions that are always evaluated sequentially.
A CFG represents the control-flow graph of a single function.