MCPcopy Create free account
hub / github.com/netlify/gotrue / createUser

Method createUser

models/user_test.go:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (ts *UserTestSuite) createUser() *User {
185 return ts.createUserWithEmail("david@netlify.com")
186}
187
188func (ts *UserTestSuite) createUserWithEmail(email string) *User {
189 user, err := NewUser(uuid.Nil, email, "secret", "test", nil)

Calls 1

createUserWithEmailMethod · 0.95

Tested by

no test coverage detected