MCPcopy
hub / github.com/kopia/kopia / jsonBytes

Method jsonBytes

cli/json_output.go:66–68  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

64}
65
66func (c *jsonOutput) jsonBytes(v any) []byte {
67 return c.jsonIndentedBytes(v, "")
68}
69
70func (c *jsonOutput) jsonIndentedBytes(v any, indent string) []byte {
71 v = c.cleanupForJSON(v)

Callers 6

runMethod · 0.80
outputJSONMethod · 0.80
runMethod · 0.80
emitMethod · 0.80
outputMethod · 0.80
runMethod · 0.80

Calls 1

jsonIndentedBytesMethod · 0.95

Tested by

no test coverage detected