Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ shareLinkKinds
Function
shareLinkKinds
cmd/json_contract_test.go:1147–1149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1145
}
1146
1147
func
shareLinkKinds() []string {
1148
return
[]string{
"file"
,
"folder"
,
"link"
}
1149
}
1150
1151
func
jsonFieldNames[T any]() []string {
1152
typ := reflect.TypeOf((*T)(nil)).Elem()
Callers
1
jsonCommandSchemas
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected