MCPcopy Create free account
hub / github.com/Debian/dcs / StructuredVersion

Struct StructuredVersion

internal/version/version.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "runtime/debug"
4
5type StructuredVersion struct {
6 Revision string
7 Modified bool
8}
9
10func (sv StructuredVersion) String() string {
11 if len(sv.Revision) > 7 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected