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

Function needsOAuthCredentialsOverride

cmd/root.go:148–150  ·  view source on GitHub ↗
(tokenType string)

Source from the content-addressed store, hash-verified

146}
147
148func needsOAuthCredentialsOverride(tokenType string) bool {
149 return oauthCredentials(tokenType) == ""
150}
151
152func validatePath(p string) (path string, err error) {
153 path = p

Callers 1

Calls 1

oauthCredentialsFunction · 0.85

Tested by

no test coverage detected