MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / FullVersion

Function FullVersion

internal/version.go:30–32  ·  view source on GitHub ↗

FullVersion returns version number with hash and build time of the commitlint

()

Source from the content-addressed store, hash-verified

28
29// FullVersion returns version number with hash and build time of the commitlint
30func FullVersion() string {
31 return formFullVersion()
32}
33
34func formShortVersion() string {
35 if buildTime != "" {

Callers 2

newCliAppFunction · 0.92
printDebugFunction · 0.92

Calls 1

formFullVersionFunction · 0.85

Tested by

no test coverage detected