MCPcopy
hub / github.com/diffgram/diffgram / get_by_email

Method get_by_email

shared/database/user.py:354–357  ·  view source on GitHub ↗
(session,
                     email)

Source from the content-addressed store, hash-verified

352 User.member_id.in_(member_id_list)).all()
353
354 def get_by_email(session,
355 email):
356
357 return session.query(User).filter(User.email == email).first()
358
359
360setattr(User, "getUserID", getUserID)

Callers 6

api_oidc_callbackFunction · 0.80
user_existsFunction · 0.80
verify_otp_from_webFunction · 0.80
attempt_redeem_codeFunction · 0.80
newMethod · 0.80
account_report_info_apiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected