//
pkg.gl
Category
github.com/chewaiwai/obsutil
src
golang.org
x
tools
go
cfg
package
5.1.4+incompatible
Repository:
https://github.com/chewaiwai/obsutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
547 SLOC
#
Functions
New
New returns a new control-flow graph for the specified function body, which must be non-nil.
#
Structs
Block
A Block represents a basic block: a list of statements and expressions that are always evaluated sequentially.
CFG
A CFG represents the control-flow graph of a single function.