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

Function yesNo

tools/gen-docs/main.go:264–269  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

262}
263
264func yesNo(value bool) string {
265 if value {
266 return "yes"
267 }
268 return "no"
269}
270
271func markdownValueList(values []string) string {
272 if len(values) == 0 {

Callers 1

commandMetadataSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected