Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ boolPtr
Function
boolPtr
cmd/account.go:246–248 ·
view source on GitHub ↗
(value bool)
Source
from the content-addressed store, hash-verified
244
}
245
246
func
boolPtr(value bool) *bool {
247
return
&value
248
}
249
250
var
accountCmd = &cobra.Command{
251
Use:
"account [flags] [<account-id>]"
,
Callers
3
jsonFullAccount
Function · 0.85
jsonBasicAccount
Function · 0.85
sampleJSONAccount
Function · 0.85
Calls
no outgoing calls
Tested by
1
sampleJSONAccount
Function · 0.68