MCPcopy
hub / github.com/keploy/keploy / decode

Function decode

pkg/agent/proxy/integrations/http/util.go:21–25  ·  view source on GitHub ↗
(encoded string)

Source from the content-addressed store, hash-verified

19 return encoded
20}
21func decode(encoded string) ([]byte, error) {
22 // decode the string to a buffer.
23 data := []byte(encoded)
24 return data, nil
25}

Callers 2

findBinaryMatchMethod · 0.85
PerformFuzzyMatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected