MCPcopy Create free account
hub / github.com/opencontainers/go-digest / String

Method String

algorithm.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (a Algorithm) String() string {
78 return string(a)
79}
80
81// Size returns number of bytes returned by the hash.
82func (a Algorithm) Size() int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected