Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
func
(c *jsonOutput) jsonBytes(v any) []byte {
67
return
c.jsonIndentedBytes(v,
""
)
68
}
69
70
func
(c *jsonOutput) jsonIndentedBytes(v any, indent string) []byte {
71
v = c.cleanupForJSON(v)
Callers
6
run
Method · 0.80
outputJSON
Method · 0.80
run
Method · 0.80
emit
Method · 0.80
output
Method · 0.80
run
Method · 0.80
Calls
1
jsonIndentedBytes
Method · 0.95
Tested by
no test coverage detected