MCPcopy Index your code
hub / github.com/keploy/keploy / encode

Function encode

pkg/agent/proxy/integrations/http/util.go:16–20  ·  view source on GitHub ↗
(buffer []byte)

Source from the content-addressed store, hash-verified

14}
15
16func encode(buffer []byte) string {
17 //Encode the buffer to string
18 encoded := string(buffer)
19 return encoded
20}
21func decode(encoded string) ([]byte, error) {
22 // decode the string to a buffer.
23 data := []byte(encoded)

Callers 1

PerformFuzzyMatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected