MCPcopy 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
246func boolPtr(value bool) *bool {
247 return &value
248}
249
250var accountCmd = &cobra.Command{
251 Use: "account [flags] [<account-id>]",

Callers 3

jsonFullAccountFunction · 0.85
jsonBasicAccountFunction · 0.85
sampleJSONAccountFunction · 0.85

Calls

no outgoing calls

Tested by 1

sampleJSONAccountFunction · 0.68