MCPcopy Create free account
hub / github.com/supabase/auth / createUser

Method createUser

internal/models/user_test.go:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (ts *UserTestSuite) createUser() *User {
189 return ts.createUserWithEmail("david@netlify.com")
190}
191
192func (ts *UserTestSuite) createUserWithEmail(email string) *User {
193 user, err := NewUser("", email, "secret", "test", nil)

Calls 1

createUserWithEmailMethod · 0.95

Tested by

no test coverage detected