MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / perform_update

Method perform_update

api/experimentation/views.py:98–102  ·  view source on GitHub ↗
(self, serializer: BaseSerializer[WarehouseConnection])

Source from the content-addressed store, hash-verified

96 )
97
98 def perform_update(self, serializer: BaseSerializer[WarehouseConnection]) -> None:
99 connection: WarehouseConnection = serializer.save()
100 create_warehouse_audit_log(
101 connection, self._get_user(self.request), action="updated"
102 )
103
104 def perform_destroy(self, instance: WarehouseConnection) -> None:
105 create_warehouse_audit_log(

Callers

nothing calls this directly

Calls 3

_get_userMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected