Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
func
emptyJSONWarnings() []jsonWarning {
141
return
[]jsonWarning{}
142
}
143
144
func
normalizeJSONWarnings(warnings []jsonWarning) []jsonWarning {
145
if
warnings == nil {
Callers
2
normalizeJSONWarnings
Function · 0.85
jsonCommandWarnings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected