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

Function normalizeJSONCommandArgs

cmd/help_manifest.go:474–479  ·  view source on GitHub ↗
(args []jsonCommandArg)

Source from the content-addressed store, hash-verified

472}
473
474func normalizeJSONCommandArgs(args []jsonCommandArg) []jsonCommandArg {
475 if args == nil {
476 return []jsonCommandArg{}
477 }
478 return args
479}
480
481func normalizeJSONCommandExamples(examples []jsonCommandExample) []jsonCommandExample {
482 if examples == nil {

Callers 1

jsonCommandManifestForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected