MCPcopy Index your code
hub / github.com/github/git-sizer / item

Struct item

sizes/output.go:111–120  ·  view source on GitHub ↗

A line containing data in the tabular output.

Source from the content-addressed store, hash-verified

109
110// A line containing data in the tabular output.
111type item struct {
112 symbol string
113 name string
114 description string
115 path *Path
116 value counts.Humanable
117 humaner counts.Humaner
118 unit string
119 scale float64
120}
121
122func newItem(
123 symbol string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected