MCPcopy Create free account
hub / github.com/dropbox/dbxcli / normalizeJSONOperationResult

Function normalizeJSONOperationResult

cmd/json_output.go:127–131  ·  view source on GitHub ↗
(result jsonOperationResult)

Source from the content-addressed store, hash-verified

125}
126
127func normalizeJSONOperationResult(result jsonOperationResult) jsonOperationResult {
128 result.Input = normalizeJSONObject(result.Input)
129 result.Result = normalizeJSONObject(result.Result)
130 return result
131}
132
133func normalizeJSONObject(value any) any {
134 if value == nil {

Callers 2

newJSONOperationResultFunction · 0.85

Calls 1

normalizeJSONObjectFunction · 0.85

Tested by

no test coverage detected