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

Function commandManifestScopeAccuracy

cmd/help_manifest.go:433–438  ·  view source on GitHub ↗
(meta jsonCommandManifestMetadata)

Source from the content-addressed store, hash-verified

431}
432
433func commandManifestScopeAccuracy(meta jsonCommandManifestMetadata) string {
434 if !meta.Known {
435 return ""
436 }
437 return commandManifestScopeAccuracyBestEffort
438}
439
440func commandManifestStdinStdout(meta jsonCommandManifestMetadata) jsonCommandStdinStdout {
441 stdinStdout := meta.StdinStdout

Callers 1

jsonCommandManifestForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected