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

Function appendJSON

encoder_cbor.go:24–26  ·  view source on GitHub ↗
(dst []byte, j []byte)

Source from the content-addressed store, hash-verified

22}
23
24func appendJSON(dst []byte, j []byte) []byte {
25 return cbor.AppendEmbeddedJSON(dst, j)
26}
27func appendCBOR(dst []byte, c []byte) []byte {
28 return cbor.AppendEmbeddedCBOR(dst, c)
29}

Callers 4

RawJSONMethod · 0.70
RawJSONMethod · 0.70
appendFieldListFunction · 0.70
RawJSONMethod · 0.70

Calls 1

AppendEmbeddedJSONFunction · 0.92

Tested by

no test coverage detected