analysis

package
v0.0.0-...-ee76c62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	Name     string              `json:"name"`
	CalledBy map[string]struct{} `json:"calledBy"`
	Calls    map[string]struct{} `json:"calls"`
}

type Nodes

type Nodes struct {
	Nodes []*Node `json:"nodes"`
}

func Analysis

func Analysis(path string) *Nodes

func NewNode

func NewNode() *Nodes

func (*Nodes) GetNode

func (ns *Nodes) GetNode(n string) *Node

func (*Nodes) InsertNode

func (ns *Nodes) InsertNode(n Node)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL