Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
func
jsonDBXTimePtr(value *dropbox.DBXTime) *string {
139
if
value == nil {
140
return
nil
141
}
142
return
jsonTime(time.Time(*value))
143
}
Callers
2
teamMemberJSONFromDropbox
Function · 0.85
shareLinkJSONMetadataFromDropbox
Function · 0.85
Calls
1
jsonTime
Function · 0.85
Tested by
no test coverage detected