Documentation ¶
Index ¶
- Constants
- type CallGraph
- func (cg *CallGraph) AddEdge(parent, child *Node, callLine int)
- func (cg *CallGraph) AddNode(filename, name, symbol string, IsApplicationNode, IsStdLibNode bool, ...) *Node
- func (cg *CallGraph) EdgeCount() int
- func (cg *CallGraph) GetNode(symbol string) *Node
- func (cg *CallGraph) NodeCount() int
- func (cg *CallGraph) ToBytes() ([]byte, error)
- type Edge
- type Node
Constants ¶
View Source
const CURRENT_VERSION = "5"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.