MCPcopy
hub / github.com/harness/harness / Encode

Method Encode

cache/redis_cache.go:41–41  ·  view source on GitHub ↗
(value V)

Source from the content-addressed store, hash-verified

39
40type Encoder[V any] interface {
41 Encode(value V) string
42}
43
44type Decoder[V any] interface {

Callers 15

buildPrimaryMethod · 0.95
buildOtherMethod · 0.95
buildFileListsMethod · 0.95
GetTagsMethod · 0.95
GetTokenMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Implementers 1

commitValueCodecgit/api/last_commit_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected