MCPcopy
hub / github.com/prowler-cloud/prowler / save

Method save

api/src/backend/api/models.py:165–168  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

163 return self.memberships.filter(tenant_id=tenant_id).exists()
164
165 def save(self, *args, **kwargs):
166 if self.email:
167 self.email = self.email.strip().lower()
168 super().save(*args, **kwargs)
169
170 class Meta:
171 db_table = "users"

Callers 15

createMethod · 0.95
api_keys_fixtureFunction · 0.45
validate_invitationFunction · 0.45
create_userMethod · 0.45
saveMethod · 0.45
clear_tagsMethod · 0.45
upsert_or_delete_tagsMethod · 0.45
add_resourcesMethod · 0.45

Calls

no outgoing calls