fsinfo

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FctInfo

type FctInfo struct {
	CallList  map[string]int
	IsVisited bool
	// contains filtered or unexported fields
}

func GetFctByNameAndPkg

func GetFctByNameAndPkg(fctTable *[]FctInfo, name string, pkg string) (*FctInfo, error)

func NewFctInfo

func NewFctInfo(pkgName string, fctName string, filename string, cfg utils.Graph, callList map[string]int) FctInfo

func (FctInfo) GetCfg

func (f FctInfo) GetCfg() utils.Graph

func (FctInfo) GetCycloCmplx

func (f FctInfo) GetCycloCmplx() int32

func (FctInfo) GetName

func (f FctInfo) GetName() string

func (FctInfo) GetPkg

func (f FctInfo) GetPkg() string

func (FctInfo) Print

func (f FctInfo) Print()

func (*FctInfo) SetAsVisited

func (f *FctInfo) SetAsVisited()

func (*FctInfo) SetCycloCmplx

func (f *FctInfo) SetCycloCmplx(value int32)

Jump to

Keyboard shortcuts

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