fsexplorer

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileHandler

type FileHandler interface {
	HandleFile(path string, fctTable *[]fsinfo.FctInfo)
	ComputeComplexities(fctTable *[]fsinfo.FctInfo)
}

type FileList

type FileList struct {
	// contains filtered or unexported fields
}

func NewFileList

func NewFileList(paths []string, fctTable *[]fsinfo.FctInfo, fileHandler FileHandler) FileList

func (FileList) Handle

func (fl FileList) Handle()

type GoFctVisitor

type GoFctVisitor struct {
	// contains filtered or unexported fields
}

func (*GoFctVisitor) Visit

func (v *GoFctVisitor) Visit(node ast.Node) ast.Visitor

type GoFileHandler

type GoFileHandler struct {
	// contains filtered or unexported fields
}

func NewGoFileHandler

func NewGoFileHandler(indirectionLvl int32) GoFileHandler

func (GoFileHandler) ComputeComplexities

func (fh GoFileHandler) ComputeComplexities(fctTable *[]fsinfo.FctInfo)

func (GoFileHandler) HandleFile

func (fh GoFileHandler) HandleFile(path string, fctTable *[]fsinfo.FctInfo)

Jump to

Keyboard shortcuts

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