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

Function emptyJSONWarnings

cmd/json_output.go:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func emptyJSONWarnings() []jsonWarning {
141 return []jsonWarning{}
142}
143
144func normalizeJSONWarnings(warnings []jsonWarning) []jsonWarning {
145 if warnings == nil {

Callers 2

normalizeJSONWarningsFunction · 0.85
jsonCommandWarningsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected