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

Function shareLinkJSONOperationResult

cmd/share_link_json.go:81–83  ·  view source on GitHub ↗
(status string, metadata shareLinkJSONMetadata)

Source from the content-addressed store, hash-verified

79}
80
81func shareLinkJSONOperationResult(status string, metadata shareLinkJSONMetadata) jsonOperationResult {
82 return newJSONOperationResult(status, metadata.Type, nil, metadata)
83}
84
85func shareLinkJSONOperationResults(status string, entries []shareLinkJSONMetadata) []jsonOperationResult {
86 results := make([]jsonOperationResult, 0, len(entries))

Callers 5

shareLinkInfoFunction · 0.85
shareLinkCreateFunction · 0.85

Calls 1

newJSONOperationResultFunction · 0.85

Tested by 1