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

Method GetCurrentAccountContext

cmd/users_client.go:12–12  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

10type usersClient interface {
11 GetAccountContext(context.Context, *users.GetAccountArg) (*users.BasicAccount, error)
12 GetCurrentAccountContext(context.Context) (*users.FullAccount, error)
13 GetSpaceUsageContext(context.Context) (*users.SpaceUsage, error)
14}
15

Callers 2

accountFunction · 0.65
withRootNamespaceFunction · 0.65

Implementers 1

mockUsersClientcmd/users_test.go

Calls

no outgoing calls

Tested by

no test coverage detected