MCPcopy
hub / github.com/keploy/keploy / EncodeBase64

Function EncodeBase64

pkg/agent/proxy/integrations/util/util.go:29–32  ·  view source on GitHub ↗
(decoded []byte)

Source from the content-addressed store, hash-verified

27}
28
29func EncodeBase64(decoded []byte) string {
30 // Encode the []byte string to encoded string
31 return base64.StdEncoding.EncodeToString(decoded)
32}
33
34// Functions related to fuzzy matching
35

Callers 3

findExactMatchFunction · 0.92
encodePayloadFunction · 0.92
ReadBuffConnFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected