Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
func
yesNo(value bool) string {
265
if
value {
266
return
"yes"
267
}
268
return
"no"
269
}
270
271
func
markdownValueList(values []string) string {
272
if
len(values) == 0 {
Callers
1
commandMetadataSection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected