Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
type
commitValueCodec
struct
{}
102
103
func
(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