basic

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name                 = "name"
	AfferentCouplings    = "modularity:coupling:afferent"
	EfferentCouplings    = "modularity:coupling:efferent"
	Dependents           = "modularity:coupling:dependents"
	Dependencies         = "modularity:coupling:dependencies"
	Instability          = "modularity:instability"
	Abstractness         = "modularity:abstractness"
	DistanceMainSequence = "modularity:distance_main_sequence"
	Betweenness          = "graph:betweenness"
	PageRank             = "graph:page_rank"
	HubScore             = "graph:hits:hub_score"
	AuthorityScore       = "graph:hits:authority_score"
	HarmonicCentrality   = "graph:harmonic_centrality"
	FarnessCentrality    = "graph:farness_centrality"
	ResidualCloseness    = "graph:residual_closeness"

	ShortCycleCount   = "cycles:short:count"
	ShortCycleSizeAvg = "cycles:short:avg"
	ShortCycleSizeMax = "cycles:short:max"
)
View Source
const (
	NameColumn  = "name"
	ValueColumn = "value"
)

Variables

This section is empty.

Functions

func Extension

func Extension() core.Extension

func SortRows

func SortRows(columnName string, resultsFromCommand *core.View)

Types

type Directory

type Directory struct {
	Id       string
	Parent   *Directory
	Children []*Directory
}

Jump to

Keyboard shortcuts

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