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

Function uint64Ptr

cmd/du.go:112–114  ·  view source on GitHub ↗
(value uint64)

Source from the content-addressed store, hash-verified

110}
111
112func uint64Ptr(value uint64) *uint64 {
113 return &value
114}
115
116// duCmd represents the du command
117var duCmd = &cobra.Command{

Callers 4

sampleJSONFileMetadataFunction · 0.85
newDuAllocationFunction · 0.85

Calls

no outgoing calls

Tested by 3

sampleJSONFileMetadataFunction · 0.68