MCPcopy
hub / github.com/rs/zerolog / decodeObjectToStr

Function decodeObjectToStr

encoder_cbor.go:37–39  ·  view source on GitHub ↗
(in []byte)

Source from the content-addressed store, hash-verified

35}
36
37func decodeObjectToStr(in []byte) string {
38 return cbor.DecodeObjectToStr(in)
39}
40
41// decodeIfBinaryToBytes - converts a binary formatted log msg to a
42// JSON formatted Bytes Log message.

Callers 2

TestArrayFunction · 0.70

Calls 1

DecodeObjectToStrFunction · 0.92

Tested by 2

TestArrayFunction · 0.56