package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

Analyze runs the pointer analysis with the scope and options specified by config, and returns the (synthetic) root of the callgraph.
CanHaveDynamicTypes reports whether the type T can "hold" dynamic types, i.e.
CanPoint reports whether the type T is pointerlike, for the purposes of this analysis.

# Structs

A Config formulates a pointer analysis problem for Analyze.
A Label is an entity that may be pointed to by a pointer, map, channel, 'func', slice or interface.
A Pointer is an equivalence class of pointer-like values.
A PointsToSet is a set of labels (locations or allocations).
A Result contains the results of a pointer analysis.
No description provided by the author