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

Function normalizeJSONCommandExamples

cmd/help_manifest.go:481–486  ·  view source on GitHub ↗
(examples []jsonCommandExample)

Source from the content-addressed store, hash-verified

479}
480
481func normalizeJSONCommandExamples(examples []jsonCommandExample) []jsonCommandExample {
482 if examples == nil {
483 return []jsonCommandExample{}
484 }
485 return examples
486}

Callers 1

jsonCommandManifestForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected