diff

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: May 6, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddDiffCmd

func AddDiffCmd(app *cli.App)

Types

type FileVertex

type FileVertex struct {
	FileName                 string  `csv:"fileName"`
	AffectedLinePercent      float32 `csv:"affectedLinePercent"`
	AffectedFunctionPercent  float32 `csv:"affectedFunctionPercent"`
	AffectedReferencePercent float32 `csv:"affectedReferencePercent"`

	AffectedLines int `csv:"affectedLines"`
	TotalLines    int `csv:"totalLines"`

	AffectedFunctions int `csv:"affectedFunctions"`
	TotalFunctions    int `csv:"totalFunctions"`

	AffectedReferences   int      `csv:"affectedReferences"`
	AffectedReferenceIds []string `csv:"-"`
	TotalReferences      int      `csv:"totalReferences"`
}

Jump to

Keyboard shortcuts

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