gofunc

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileFunctions added in v1.0.0

type FileFunctions struct {
	File      string
	Functions []Function
}

type Function

type Function struct {
	Package  string
	File     string
	Line     int
	Function string
	Percent  float64
}

type Output

type Output struct {
	Functions []Function
	Percent   float64
}

type PackageFunctions added in v0.0.6

type PackageFunctions struct {
	Package string
	Files   map[string]*FileFunctions
}

func ByPackage added in v0.0.6

func ByPackage(output Output) []*PackageFunctions

func ReadByPackage added in v1.1.0

func ReadByPackage(r io.Reader) ([]*PackageFunctions, error)

Jump to

Keyboard shortcuts

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