MCPcopy Create free account
hub / github.com/buildpacks/pack / String

Method String

internal/builder/version.go:19–21  ·  view source on GitHub ↗

String returns the string value of the Version

()

Source from the content-addressed store, hash-verified

17
18// String returns the string value of the Version
19func (v *Version) String() string {
20 return v.Version.String()
21}
22
23// Equal compares two Versions
24func (v *Version) Equal(other *Version) bool {

Callers 15

FetchReleaseVersionMethod · 0.95
testBuilderFunction · 0.45
testVersionFunction · 0.45
testDescriptorFunction · 0.45
AsStringsMethod · 0.45
addFlattenedModulesMethod · 0.45
validateLifecycleCompatFunction · 0.45
orderFileContentsFunction · 0.45
systemFileContentsFunction · 0.45
stackLayerMethod · 0.45
runImageLayerMethod · 0.45
explodeModulesFunction · 0.45

Calls

no outgoing calls

Tested by 9

testBuilderFunction · 0.36
testVersionFunction · 0.36
testDescriptorFunction · 0.36
testHumanReadableFunction · 0.36
testTOMLFunction · 0.36
testYAMLFunction · 0.36
validYAMLFunction · 0.36
testJSONFunction · 0.36