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

Function jsonDBXTimePtr

cmd/share_link_json.go:138–143  ·  view source on GitHub ↗
(value *dropbox.DBXTime)

Source from the content-addressed store, hash-verified

136}
137
138func jsonDBXTimePtr(value *dropbox.DBXTime) *string {
139 if value == nil {
140 return nil
141 }
142 return jsonTime(time.Time(*value))
143}

Callers 2

Calls 1

jsonTimeFunction · 0.85

Tested by

no test coverage detected