MCPcopy Create free account
hub / github.com/Masterminds/semver / Metadata

Method Metadata

version.go:380–382  ·  view source on GitHub ↗

Metadata returns the metadata on the version.

()

Source from the content-addressed store, hash-verified

378
379// Metadata returns the metadata on the version.
380func (v Version) Metadata() string {
381 return v.metadata
382}
383
384// originalVPrefix returns the original 'v' prefix if any.
385func (v Version) originalVPrefix() string {

Callers 2

TestPartsFunction · 0.95
TestSetMetadataFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestPartsFunction · 0.76
TestSetMetadataFunction · 0.64