MCPcopy Create free account
hub / github.com/docker/secrets-engine / GetCommitHash

Method GetCommitHash

x/api/health/v1/api.pb.go:122–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (x *GetVersionResponse) GetCommitHash() string {
123 if x != nil {
124 if x.xxx_hidden_CommitHash != nil {
125 return *x.xxx_hidden_CommitHash
126 }
127 return ""
128 }
129 return ""
130}
131
132func (x *GetVersionResponse) SetVersion(v string) {
133 x.xxx_hidden_Version = &v

Callers 1

VersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected