MCPcopy
hub / github.com/harness/harness / commitValueCodec

Struct commitValueCodec

git/api/last_commit_cache.go:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type commitValueCodec struct{}
102
103func (c commitValueCodec) Encode(v *Commit) string {
104 buffer := &strings.Builder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected