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

Function testBasicAccount

cmd/account_test.go:267–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func testBasicAccount() *users.BasicAccount {
268 return users.NewBasicAccount(
269 "dbid:lookup",
270 users.NewName("Lookup", "User", "Lookup", "Lookup User", "LU"),
271 "lookup@example.com",
272 false,
273 false,
274 false,
275 )
276}
277
278func accountType(tag string) *users_common.AccountType {
279 return &users_common.AccountType{

Calls

no outgoing calls

Tested by

no test coverage detected